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