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