For the complete documentation index, see llms.txt. This page is also available as Markdown.

Object

type Object {
  # ID
  id: Int!

  # Name
  name: String!
}

Last updated