INPUT_OBJECT

CreateSavedMessageCategoryMutationInput

The input object that defines the fields for the createSavedMessageCategory mutation.

link GraphQL Schema definition

  • input CreateSavedMessageCategoryMutationInput {
  • # A descriptive name.
  • name: String!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by