INPUT_OBJECT

DocumentCreate

A single document

link GraphQL Schema definition

  • input DocumentCreate {
  • # The document name.
  • name: String!
  • # The type of this document.
  • type: Int!
  • # The categorisation tags on the document.
  • tags: [IdObject]
  • # True if active, false if hidden.
  • is_public: Boolean
  • # The url of the document attachment, null if there is none.
  • attachment: String
  • }