OBJECT
RegistrationConfigurationInfo
link GraphQL Schema definition
1 type RegistrationConfigurationInfo { 2 3 : ID! 4 5 : String! 6 7 : String! 8 9 : [OrgFileResource] 10 11 : OrgUISettings 12 13 }
OBJECT
1 type RegistrationConfigurationInfo { 2 3 : ID! 4 5 : String! 6 7 : String! 8 9 : [OrgFileResource] 10 11 : OrgUISettings 12 13 }