GraphQL reference

CreateProjectInput

Input

Autogenerated input type of CreateProject

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

Example

mutation CreateProject(
  $organizationId: ID!
  $input: CreateProjectInput!
) {
  organization(id: $organizationId) {
    createProject(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
address1String
address2String
cityString
clientMutationIdStringA unique identifier for the client performing the mutation.
countryString
createdAtISO8601DateTime!
excludeFromAccountingIntegrationsBoolean
idID!
mutationMetadataJSON
nameString!
numberString
postalCodeString
stateString
updatedAtISO8601DateTime!