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