OBJECT
type NotificationCategory implements Node {id: ID! title: String! description: String! subscriptions: [NotificationSubscription!] }