GraphQL reference

EditProjectInfoInput

Input

Autogenerated input type of EditProjectInfo

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

Example

mutation EditProjectInfo(
  $organizationId: ID!
  $input: EditProjectInfoInput!
) {
  organization(id: $organizationId) {
    editProjectInfo(input: $input) {
        project
        errors
      }
  }
}

Fields

FieldTypeDescription
address1String
address2String
cityString
clientMutationIdStringA unique identifier for the client performing the mutation.
countryString
estimatedCompletionDateISO8601Date
idID!
infoUpdatedAtISO8601DateTime
mutationMetadataJSON
postalCodeString
projectStageIdID
stageString
stateString