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:
@@ -205,7 +205,10 @@ export class ApiService {
|
||||
try {
|
||||
const mutation = `
|
||||
mutation SyncApplication($manifest: JSON!) {
|
||||
syncApplication(manifest: $manifest)
|
||||
syncApplication(manifest: $manifest) {
|
||||
applicationUniversalIdentifier
|
||||
actions
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user