Skip to main content

CreateOAuthApplicationInput

Autogenerated input type of CreateOAuthApplication

input CreateOAuthApplicationInput {
clientMutationId: String
oauth_application: OAuthApplicationInput!
}

Fields

CreateOAuthApplicationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateOAuthApplicationInput.oauth_application ● OAuthApplicationInput! non-null input

Attributes for the new OAuth2 application.

Member Of

createOAuthApplication mutation