OBJECT

CreatePostCategoryPayload

Autogenerated return type of CreatePostCategory

link GraphQL Schema definition

  • type CreatePostCategoryPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [String!]!
  • postCategory: PostCategory
  • }

link Require by