İçeriğe geç
R-Service R-Service
Документация Р-Сервис

appInstanceUpdate Mutation

Bu içerik henüz dilinizde mevcut değil.

Updates an existing app instance.

appInstanceUpdate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

customFields ( CustomFieldInput )

Values for custom fields to be used by the UI Extension that is linked to the record.

customFieldsAttachments ( AttachmentInput )

The attachments used in the custom fields’ values.

customerRepresentativeId ( ID )

Identifier of the contact person of customer regarding this app instance.

disabled ( Boolean )

Whether the app instance is currently enabled for this customer.

enabledByCustomer ( Boolean )

Whether the customer has enabled this app instance.

id ( ID! )

The node ID of the record to update.

suspended ( Boolean )

Whether the app instance is currently suspended for this customer.

suspensionComment ( String )

Extra information why the app instance is currently suspended for this customer.

appInstance ( AppInstance )

Record after mutation.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.