DeleteOAuthApplicationInput
Autogenerated input type of DeleteOAuthApplication
input DeleteOAuthApplicationInput {
clientMutationId: String
id: ID!
}
Fields
DeleteOAuthApplicationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteOAuthApplicationInput.id ● ID! non-null scalar
The ID of the OAuth2 application to delete.
Member Of
deleteOAuthApplication mutation