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