appInstanceUpdate Mutation
Updates an existing app instance.
Input Argument
appInstanceUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
[CustomFieldInput!]
)
Values for custom fields to be used by the UI Extension that is linked to the record.
[AttachmentInput!]
)
The attachments used in the custom fields' values.
ID
)
Identifier of the contact person of customer regarding this app instance.
Boolean
)
Whether the app instance is currently enabled for this customer.
Boolean
)
Whether the customer has enabled this app instance.
ID!
)
The node ID of the record to update.
Boolean
)
Whether the app instance is currently suspended for this customer.
String
)
Extra information why the app instance is currently suspended for this customer.
Return Fields
AppInstance
)
Record after mutation.
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.