OBJECT

CatalogRuleCreateMutationPayload

Autogenerated return type of CatalogRuleCreateMutation.

link GraphQL Schema definition

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