graphman icon indicating copy to clipboard operation
graphman copied to clipboard

Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.

Results 15 graphman issues
Sort by recently updated
recently updated
newest added

Hello, graphman worked with my local backend, nice

enhancement
good first issue

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...

enhancement
good first issue
p3

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...

enhancement
p3

Rather than querying the endpoint, graphman would take the introspection or schema as an input param.

enhancement
good first issue
p3

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...

good first issue
p4

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...

enhancement
p2

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...

enhancement
p2
doing
stuck