GraphQL reference

SetEntitySubscriptionInput

Input

Autogenerated input type of SetEntitySubscription

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

Example

mutation SetEntitySubscription(
  $organizationId: ID!
  $projectId: ID!
  $input: SetEntitySubscriptionInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      setEntitySubscription(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
channelString!
clientMutationIdStringA unique identifier for the client performing the mutation.
entityIdID!
entityTypeString!
idID!
lastViewedAtISO8601DateTime
levelString
mutationMetadataJSON
nowISO8601DateTime
overriddenAtISO8601DateTime