GraphQL reference

UnarchiveStarTrekInput

Input

Autogenerated input type of UnarchiveStarTrek

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

Example

mutation UnarchiveStarTrek(
  $organizationId: ID!
  $projectId: ID!
  $input: UnarchiveStarTrekInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      unarchiveStarTrek(input: $input) {
        starTrek
        errors
      }
    }
  }
}

Fields

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