graphqurl icon indicating copy to clipboard operation
graphqurl copied to clipboard

curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.

Results 72 graphqurl issues
Sort by recently updated
recently updated
newest added

The flags are based on the same ones in cURL. With the flag added, it will create an https agent that does not reject bad certificates. fix #143

I presume my use case is pretty common, but I have a self-signed certificate for my development host. This works fine in the browser, where the cert can be trusted....