GraphQL reference

RevokeOauthApplicationPayload

Object

Autogenerated return type of RevokeOauthApplication.

mutation { organization(id: $organizationId) { revokeOauthApplication } }

Example

mutation RevokeOauthApplication(
  $organizationId: ID!
  $input: RevokeOauthApplicationInput!
) {
  organization(id: $organizationId) {
    revokeOauthApplication(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!