### This file was generated by Nexus Schema
### Do not make changes to this file directly


type Query {
  users(world: String): [User!]!
}

type User {
  id: ID!
  name: String
}