GraphQL reference

SetProjectSubscriptionDefaultPayload

Object

Autogenerated return type of SetProjectSubscriptionDefault.

mutation { organization(id: $organizationId) { project(id: $projectId) { setProjectSubscriptionDefault } } }

Example

mutation SetProjectSubscriptionDefault(
  $organizationId: ID!
  $projectId: ID!
  $input: SetProjectSubscriptionDefaultInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      setProjectSubscriptionDefault(input: $input) {
        errors
      }
    }
  }
}

Fields

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