GraphQL reference

DeleteGridViewInput

Input

Autogenerated input type of DeleteGridView

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

Example

mutation DeleteGridView(
  $organizationId: ID!
  $projectId: ID!
  $input: DeleteGridViewInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      deleteGridView(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime