Object

type Object {
  # ID
  id: Int!

  # Name
  name: String!
}

Last updated