Skip to content

issues Search Results · repo:graphql-go/handler language:Go

Filter by

29 results
 (65 ms)

29 results

ingraphql-go/handler (press backspace or delete to remove)

There is a vulnerability in Go url parsing. More on that here: https://www.oxeye.io/blog/golang-parameter-smuggling-attack In a nutshell, the method Query() ignores the error produced by another function ...
  • f-hluchnik
  • Opened 
    on Oct 25, 2022
  • #91

how to solve this problem
  • lzshenpan
  • Opened 
    on Jun 8, 2022
  • #90

How to differentiate the GraphiQL route from the GraphQL URL itself? I think currently it will always have the same URL? My use-case is I want to secure my GraphQL URL but have different behavior for GraphiQL. ...
  • berviantoleo
  • Opened 
    on Apr 18, 2022
  • #89

First, thank you for the hard work to make such a great library :kudos So I see from the example and found that mutation can be requested using GET method: https://github.com/graphql-go/graphql/blob/f02a1c961028d3ba7ac6bb22eaa09b31a2cb53dd/examples/crud/main.go#L136-L139 ...
  • ktutnik
  • Opened 
    on Mar 22, 2022
  • #87

0: {message: Unknown type __Type . , locations: [{line: 20, column: 24}]} 1: {message: Unknown type __InputValue . , locations: [{line: 53, column: 26}]} 2: {message: Unknown type __Type . , locations: ...
  • kokizzu
  • 1
  • Opened 
    on Oct 17, 2021
  • #84

Browser console error is: GET https://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css net::ERR_CERT_AUTHORITY_INVALID GET https://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js ...
  • ghm-acuellar
  • 3
  • Opened 
    on May 11, 2021
  • #81

Hi, Just wondering what the best way to abort multiple mutations in a single graphql call, currently I have moved the following code : if h.resultCallbackFn != nil { h.resultCallbackFn(ctx, params, result, ...
  • janderssen
  • Opened 
    on Jan 4, 2021
  • #77

Hi, it is really frustrating to create a complete Output object/New object when you have a ready type. also, it sucks to changes both in times of need. Is there a way to covert golang type to Object? ...
  • Gilwe
  • Opened 
    on Mar 26, 2020
  • #73

How do I attach a custom header to a request? Thanks
  • imsebasbo
  • 1
  • Opened 
    on Sep 19, 2019
  • #71

I cannot use subscriptions with the graphical interface. I tried to solve the issue with #69 but I still get client.js:1603 WebSocket connection to ws://localhost:7000/subscriptions failed: Error during ...
  • cescoferraro
  • Opened 
    on May 29, 2019
  • #70
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub