OBJECT

Service

A service object representing a third-party service that can be integrated with.

link GraphQL Schema definition

  • type Service {
  • # The name of the service.
  • serviceName: String!
  • }