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

uiExtensionUpdate Mutation

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

Updates an existing UI extension.

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

The fields inside input are:

activate ( Boolean )

Set to true to promote the Prepared Version to the Active Version. If the was an Active Version, it will be Archived.

category ( UiExtensionCategory )

This field is deprecated. The category can no longer be updated.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

css ( String )

Sets the CSS stylesheet of the Prepared Version if updated.

description ( String )

Description of the UI extension.

descriptionAttachments ( AttachmentInput )

The attachments used in the description field.

disabled ( Boolean )

Whether the UI extension is inactive.

html ( String )

Sets the HTML code of the Prepared Version if updated.

id ( ID! )

The node ID of the record to update.

javascript ( String )

Sets the Javascript code of the Prepared Version if updated.

name ( String )

The name of the UI extension.

source ( String )

An identifier for the client application submitting the resource or the name of an external system.

sourceID ( String )

The unique identifier of the resource in an external system.

title ( String )

The text that is to be displayed as the section header above the UI extension when the UI extension is presented within a form.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

uiExtension ( UiExtension )

Record after mutation.