GraphQL reference

UpdateProjectArchitectPayload

Object

Autogenerated return type of UpdateProjectArchitect.

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

Example

mutation UpdateProjectArchitect(
  $organizationId: ID!
  $input: UpdateProjectArchitectInput!
) {
  organization(id: $organizationId) {
    updateProjectArchitect(input: $input) {
        project
        errors
      }
  }
}

Fields

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