OBJECT

LightenedSite

A very lite version of "Site" type

link GraphQL Schema definition

  • type LightenedSite {
  • id: Int!
  • title: String!
  • host: String!
  • keyAccountManagerId: String
  • keyAccountManagerFirstName: String
  • keyAccountManagerLastName: String
  • keyAccountManagerEmail: String
  • platformId: Int!
  • platformTitle: String!
  • platformKeyAccountManagerId: Int
  • platformKeyAccountManagerFirstName: String
  • platformKeyAccountManagerLastName: String
  • platformKeyAccountManagerEmail: String
  • }

link Require by