CertificationConnection
No description
type CertificationConnection {
  edges: [CertificationEdge]
  pageInfo: PageInfo!
  adviseMessage(
    level: [AdviseMessageLevel]
  ): [AdviseMessage!]
  totalCount: Int!
}
Fields
CertificationConnection.edges ● [CertificationEdge] list object
CertificationConnection.pageInfo ● PageInfo! non-null object
CertificationConnection.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
CertificationConnection.adviseMessage.level ● [AdviseMessageLevel] list enum
CertificationConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member Of
HotelXQuery  object