CreateSignalTypePayload
Autogenerated return type of CreateSignalType.
type CreateSignalTypePayload {
clientMutationId: String
data: SignalType
errors: [Error!]!
}
Fields
CreateSignalTypePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateSignalTypePayload.data ● SignalType object
CreateSignalTypePayload.errors ● [Error!]! non-null object
List of errors
Returned By
createSignalType mutation