uiExtensionCreate Mutation
Creates a new UI extension.
Input Argument
uiExtensionCreate 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!
)
The type of record in which the UI extension can be selected.
String
)
A unique identifier for the client performing the mutation.
String
)
Sets the CSS stylesheet of the Prepared Version if updated.
String
)
Description of the UI extension.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the UI extension is inactive.
String
)
Sets the HTML code of the Prepared Version if updated.
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.