OBJECT
1type OpenIdProviderList implements Page {23count: Int 45records: [OpenIdProvider] 67limit: Int! 89offset: Int! 1011}