GraphQL reference

SetProjectLivePayload

Object

Autogenerated return type of SetProjectLive.

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

Example

mutation SetProjectLive(
  $organizationId: ID!
  $input: SetProjectLiveInput!
) {
  organization(id: $organizationId) {
    setProjectLive(input: $input) {
        project
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
projectProject