OAuthCodeInput
No description
input OAuthCodeInput {
  clientId: String!
  redirectUri: String!
  scopes: [PrimaryScopes!]!
}
No description
input OAuthCodeInput {
  clientId: String!
  redirectUri: String!
  scopes: [PrimaryScopes!]!
}
clientId (String!)redirectUri (String!)scopes ([PrimaryScopes!]!)