Files
x-stake/app/javascript/__generated__/schema.graphql
2021-08-10 21:57:06 -03:00

12 lines
138 B
GraphQL

type Query {
currentUser: User
}
type User {
email: String!
firstName: String!
fullName: String!
id: ID!
lastName: String!
}