mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 17:48:40 +00:00
13 lines
180 B
GraphQL
13 lines
180 B
GraphQL
|
### 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
|
||
|
}
|