INPUT_OBJECT

UpdateNotificationCategoryInput

UpdateNotificationCategoryInput is used for update NotificationCategory object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateNotificationCategoryInput {
  • title: String
  • description: String
  • addSubscriptionIDs: [ID!]
  • removeSubscriptionIDs: [ID!]
  • clearSubscriptions: Boolean
  • }

link Require by