INPUT_OBJECT
OrgDomainSettingsInput
link GraphQL Schema definition
1 input OrgDomainSettingsInput { 4 2 #   The domain name for which specific authorization group and roles apply. 3 : String 7 5 #   The ID of the authorization group associated with the domain. 6 : ID 10 8 #   An array of application role IDs assigned to users registering with this domain. 9 : [String]! 11 }