UpdateOAuthApplicationInput
Autogenerated input type of UpdateOAuthApplication
input UpdateOAuthApplicationInput {
clientMutationId: String
id: ID!
oauth_application: OAuthApplicationInput!
}
Fields
UpdateOAuthApplicationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateOAuthApplicationInput.id ● ID! non-null scalar
The ID of the OAuth2 application to update.
UpdateOAuthApplicationInput.oauth_application ● OAuthApplicationInput! non-null input
Updated attributes for the OAuth2 application.
Member Of
updateOAuthApplication mutation