Skip to main content

CreateCustomSignalTemplatePayload

Autogenerated return type of CreateCustomSignalTemplate.

type CreateCustomSignalTemplatePayload {
clientMutationId: String
data: CustomSignalTemplate
errors: [Error!]!
}

Fields

CreateCustomSignalTemplatePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateCustomSignalTemplatePayload.data ● CustomSignalTemplate object

CreateCustomSignalTemplatePayload.errors ● [Error!]! non-null object

List of errors

Returned By

createCustomSignalTemplate mutation