DEV Community

Discussion on: GraphQL Auth with Passport and Lighthouse PHP

Collapse
 
haronur profile image
Haron

Can we get the rest of the mutations Example like:
mutation {
logout {
status
message
}
}
and
mutation {
forgotPassword(input: {
email: "haronur@email.com"
}) {
status
message
}
}
and so on