i have some schema in my graphql definition
Here is my typeDefs :
export default gql` extend type Query { login(email: String!, password: String!): Token!