CustomAttributePayload
No description
type CustomAttributePayload {
successful: Boolean!
messages: [ValidationMessage]
result: CustomAttribute
}
Fields
CustomAttributePayload.successful ● Boolean! non-null scalar {#successful}
Indicates if the mutation completed successfully or not.
CustomAttributePayload.messages ● [ValidationMessage] list object {#messages}
A list of failed validations. May be blank or null if mutation succeeded.
CustomAttributePayload.result ● CustomAttribute object {#result}
The object created/updated/deleted by the mutation. May be null if mutation failed.
Returned By
createCustomAttribute mutation ● deleteCustomAttribute mutation ● updateCustomAttribute mutation