rano/graph/auth.graphql

5 lines
95 B
GraphQL

extend type Mutation {
login(username: String!, email: String!): Boolean!
logout: Boolean!
}