uiExtensionUpdate Mutation
Updates an existing UI extension.
Input Argument
uiExtensionUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
Boolean
)
Set to true
to promote the Prepared Version to the Active Version. If the was an Active Version, it will be Archived.
UiExtensionCategory
)
This field is deprecated. The category can no longer be updated.
String
)
A unique identifier for the client performing the mutation.
String
)
Sets the CSS stylesheet of the Prepared Version if updated.
Boolean
)
Legacy UI extensions that define a custom color — whether through color, background, or background-color — will default to light mode, even when the user has dark mode enabled. Enable this only if you are certain that your UI extension is also compatible with dark mode.
String
)
Description of the UI extension.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the UI extension is inactive.
JSON
)
Sets the Form Definition of the Prepared Version if updated.
String
)
Sets the HTML code of the Prepared Version if updated.
ID!
)
The node ID of the record to update.
String
)
Sets the Javascript code of the Prepared Version if updated.
String
)
The name of the UI extension.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
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.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
UiExtension
)
Record after mutation.