You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use Laravel Lighthouse for creating a GraphQL api for my laravel application.
I was wondering how I can use multiple schemas? Cause each file has a #import at the bottom which imports other schemas for structuring the different types and schemas, and when I import the root schema.graphql it doesn't seem to import the rest so I assume I need to list all schemas individually or something.
This is for the github action verison of graphql-inspector.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I use Laravel Lighthouse for creating a GraphQL api for my laravel application.
I was wondering how I can use multiple schemas? Cause each file has a #import at the bottom which imports other schemas for structuring the different types and schemas, and when I import the root schema.graphql it doesn't seem to import the rest so I assume I need to list all schemas individually or something.
This is for the github action verison of graphql-inspector.
Beta Was this translation helpful? Give feedback.
All reactions