Add default fields on object manifest (#17977)

as title

<img width="830" height="227" alt="image"
src="https://github.com/user-attachments/assets/8cbf4a14-5d1d-496f-a146-f31079e6e602"
/>
This commit is contained in:
martmull
2026-02-16 16:50:46 +01:00
committed by GitHub
parent 2b7b05de2e
commit c3d565f266
11 changed files with 745 additions and 8 deletions
@@ -205,7 +205,10 @@ export class ApiService {
try {
const mutation = `
mutation SyncApplication($manifest: JSON!) {
syncApplication(manifest: $manifest)
syncApplication(manifest: $manifest) {
applicationUniversalIdentifier
actions
}
}
`;