OBJECT

OpenIdProviderList

link GraphQL Schema definition

1type OpenIdProviderList implements Page {
2
3count: Int
4
5records: [OpenIdProvider]
6
7limit: Int!
8
9offset: Int!
10
11}