TenantClientCreateInput
Details required to create a client belonging to a tenant.
input TenantClientCreateInput {
name: String!
redirectUrls: [LenientURL!]!
environment: Environment!
url: LenientURL!
allowedScopes: [Scope!]!
countryCodes: [CountryCode!]!
}