GraphQL reference

ArchiveStarTrekInput

Input

Autogenerated input type of ArchiveStarTrek

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

Example

mutation ArchiveStarTrek(
  $organizationId: ID!
  $projectId: ID!
  $input: ArchiveStarTrekInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      archiveStarTrek(input: $input) {
        starTrek
        errors
      }
    }
  }
}

Fields

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