Skip to main content

NoteType

Payload containing definition of a note type

type NoteType {
id: Int!
description: String!
partQuantity: Int
allowsCustomText: Boolean
tagName: String
resolveable: Boolean
}

Fields

NoteType.id ● Int! non-null scalar

Unique identifier of the note type

NoteType.description ● String! non-null scalar

Description of the note type

NoteType.partQuantity ● Int scalar

How many parts are entered for this note type

NoteType.allowsCustomText ● Boolean scalar

Whether or not this note type allows custom text from the operator

NoteType.tagName ● String scalar

Tag name of the note type

NoteType.resolveable ● Boolean scalar

Whether or not this note type is resolveable

Member Of

NoteEvent object