GraphQL reference

UpdateStarTrekInput

Input

Autogenerated input type of UpdateStarTrek

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

Example

mutation UpdateStarTrek(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateStarTrekInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateStarTrek(input: $input) {
        starTrek
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
assignedUserIdID
captainString!
clientMutationIdStringA unique identifier for the client performing the mutation.
episodeCodeString!
idID!
mutationMetadataJSON
nowISO8601DateTime
quadrantString!
stardateISO8601Date
statusString!
titleString!