some cleanup and gqlgen setup
This commit is contained in:
4
graph/auth.graphql
Normal file
4
graph/auth.graphql
Normal file
@@ -0,0 +1,4 @@
|
||||
extend type Mutation {
|
||||
login(username: String!, email: String!): Boolean!
|
||||
logout: Boolean!
|
||||
}
|
||||
Reference in New Issue
Block a user