query
ExperimentalRun GraphQL queries against your monorepo.
When no arguments are passed, the command will open a GraphiQL playground to run queries.
When passed a query string, the command will run the query and output the results.
When passed a file path, the command will read the file and run the query.
Was this helpful?