Skip to main content

UpdateCelumConfigPayload

Autogenerated return type of UpdateCelumConfig.

type UpdateCelumConfigPayload {
clientMutationId: String
data: CelumConfig
errors: [Error!]!
}

Fields

UpdateCelumConfigPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateCelumConfigPayload.data ● CelumConfig object

Celum Config data

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

List of errors

Returned By

updateCelumConfig mutation