Skip to content
Snippets Groups Projects
schema.graphql 179 B
Newer Older
Marco Wettstein's avatar
Marco Wettstein committed
### This file was generated by Nexus Schema
### Do not make changes to this file directly


type Query {
  me: User
}

type User {
  email: String
  id: String!
  image: String
}