1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/nexus-with-prisma/api.graphql

13 lines
180 B
GraphQL
Raw Permalink Normal View History

2020-10-08 15:36:55 +09:00
### 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
}