OBJECT

OptionTypeCreateOrUpdateMutationPayload

Autogenerated return type of OptionTypeCreateOrUpdateMutation.

link GraphQL Schema definition

  • type OptionTypeCreateOrUpdateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • optionType: OptionType
  • status: Int!
  • }