OBJECT

CertificationRequests

link GraphQL Schema definition

1type CertificationRequests {
2
3# Total count of the requests.
4totalCount: Int!
5
6# A list of certification requests.
7certificationRequests: [CertificationRequest]!
8
9# Page info of the query. See PageInfo for full description.
10pageInfo: PageInfo!
11
12}

link Required by