DEV Community

Discussion on: GraphQL Auth with Passport and Lighthouse PHP

Collapse
 
aurigadl profile image
aurigadl

Thanks for the tutorial.
This version is outdated, check the manual on Github. In the case of the mutation, you are required to add @spread in order to execute it correctly.

login (input: LoginInput @ spread):

Collapse
 
joselfonseca profile image
Jose Luis Fonseca

Thanks! I fixed it!