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