OBJECT

Source

Source

link GraphQL Schema definition

  • type Source {
  • # Number of contacts associated with source
  • contactCount: Int!
  • # ID of the source
  • id: ID!
  • # Name of the source
  • name: String!
  • }