graphman
graphman copied to clipboard
Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
Hello, graphman worked with my local backend, nice
Bonjour, I heard from graphman at https://dev.to/tristankalos/graphman-generate-a-postman-collection-for-any-graphql-endpoint-4hff Your tool seems like something that is totally needed. GrapphQL being a standard, I feel like it should nothing in it is specific...
GraphMan should be able to take auth and headers as parameters. Those parameters as well as URLs should be sent in the environment variables. The process could be to load...
Rather than querying the endpoint, graphman would take the introspection or schema as an input param.
Introduce a mode to "reverse" graphman: - Export your API collection from your API Client (as postman format) - Run `graphman reverse ` _(temporary command name)_ - It generates a...
Separate the `lib.ts` file so that it's easier to understand & upgrade GraphMan. Strings formatting, parsing, and output should be in separated modules.
# Tests ## unit - TypeFormater - introspection to collection -> then check the validity of the queries with graphql.parse ## e2e - Endpoint to collection - should use our...
Add the "reverse" feature. After completing your collection in your API client, you export it and generate a query file out of it.
Getting an error ``` error: Uncaught (in promise) Error: Kind UNION for type WorkItem is not supported yet. Please open an issue. ``` Is this a known limitation at the...
GraphQL is a very declarative query language. It provides a declarative approach to data fetching. From the schema, you already know what kind of data to expect and you can...