gql
gql copied to clipboard
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Results
2
gql issues
Sort by
recently updated
recently updated
newest added
Is it possible to handle cookies in the same manner as curl? Some relevant extracts from curl's man page: ``` -c, --cookie-jar (HTTP) Specify to which file you want curl...
for example ``` $ gql schema https://faker.graphqleditor.com/showcase/fake-twitter/graphql ``` should display the schema with syntax highlighting in terminal there should be also option to download schema and save it as graphql...
enhancement