GraphQL reference

EditProjectNotesPayload

Object

Autogenerated return type of EditProjectNotes.

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

Example

mutation EditProjectNotes(
  $organizationId: ID!
  $input: EditProjectNotesInput!
) {
  organization(id: $organizationId) {
    editProjectNotes(input: $input) {
        project
        errors
      }
  }
}

Fields

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