Anchor to metaobjectUpsertmetaobject
mutationmetaobject Upsert
Requires access scope.
Retrieves a metaobject by handle, then updates it with the provided input values. If no matching metaobject is found, a new metaobject is created with the provided input values.
Anchor to Arguments
Arguments
- Anchor to handlehandle•Metaobject
Handle Input!required The identifier of the metaobject to upsert.
- Anchor to metaobjectmetaobject•Metaobject
Upsert Input!required The parameters to upsert the metaobject.
Was this section helpful?
- Anchor to metaobjectmetaobject•Metaobject
The created or updated metaobject.
- Anchor to userErrorsuser•[Metaobject
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?