GraphQL reference

UpdateStarTrekPayload

Object

Autogenerated return 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
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
starTrekStarTrek