We're a place where coders share, stay up-to-date and grow their careers.
Hola una duda en la parte donde dice:
"For convenience and to be able to have better control over the auth schema lets update the config file"
con config file te refieres a config/lighthouse.php ?? gracias por tu tiempo.
No, me refiero al config del paquete que se publica con el comando anterior
Hola. Gracias. config/lighthouse-graphql-passport.php
A este archivo te refieres agregar la linea:
'schema' => base_path('graphql/auth.graphql')
??
No Agregar, en la configuracion inicial esta como null, hay que decirle la ruta del schema file como esta ahi.
Hola una duda en la parte donde dice:
"For convenience and to be able to have better control over the auth schema lets update the config file"
con config file te refieres a config/lighthouse.php ?? gracias por tu tiempo.
No, me refiero al config del paquete que se publica con el comando anterior
Hola. Gracias. config/lighthouse-graphql-passport.php
A este archivo te refieres agregar la linea:
'schema' => base_path('graphql/auth.graphql')
??
No Agregar, en la configuracion inicial esta como null, hay que decirle la ruta del schema file como esta ahi.