OBJECT

ContactSubscriptionSection

Subscriptions related to contact

link GraphQL Schema definition

  • type ContactSubscriptionSection {
  • # Notifies about contact update.
  • # Requires access to resource GRAPHQL_CONTACT
  • update: Contact!
  • # Notifies about contact creation.
  • # Requires access to resource GRAPHQL_CONTACT
  • create: Contact!
  • }