GraphQL reference

GoLiveAllProjectsInput

Input

Autogenerated input type of GoLiveAllProjects

mutation { organization(id: $organizationId) { goLiveAllProjects } }

Example

mutation GoLiveAllProjects(
  $organizationId: ID!
  $input: GoLiveAllProjectsInput!
) {
  organization(id: $organizationId) {
    goLiveAllProjects(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON