chore(project): bootstrap project tree
This commit is contained in:
13
internal/graph/query.graphql
Normal file
13
internal/graph/query.graphql
Normal file
@ -0,0 +1,13 @@
|
||||
scalar Time
|
||||
|
||||
type User {
|
||||
id: ID!
|
||||
name: String
|
||||
email: String!
|
||||
connectedAt: Time!
|
||||
createdAt: Time!
|
||||
}
|
||||
|
||||
type Query {
|
||||
currentUser: User
|
||||
}
|
Reference in New Issue
Block a user