rano/graph/auth.graphql

5 lines
95 B
GraphQL
Raw Normal View History

2024-11-01 14:25:30 +00:00
extend type Mutation {
login(username: String!, email: String!): Boolean!
logout: Boolean!
}