issues Search Results · repo:graphql-go/graphql language:Go
Filter by
372 results
(70 ms)372 results
ingraphql-go/graphql (press backspace or delete to remove)Feature Request: Automatic Delegation of Nested Field Resolvers to Root Query Resolvers
Description
Currently, when defining a nested field (e.g., the creator field in a type like EstablishmentType), ...
lrivera
- 2
- Opened 28 days ago
- #715
There is some PRs has been merged after tag v0.8.1,and some of those are improvement or fix bug. I want to use the
latest code in my project with go.mod so can you create a new release to include new merged ...
tomyujia123
- 1
- Opened on Feb 5
- #714
I noticed that codegen, very popular tool to generate types from a schema, marks as deprecated all the possible types,
queries, and mutations. After some debugging I found out that the deprecationReason ...
alimoli
- 1
- Opened on Jan 29
- #713
Thanks for installing MentatBot! I will automatically review and create PRs for your repository. You can view your
agents on the agents page. You can configure me on my settings page.
- [ ] Configure ...
mentatbot[bot]
- Opened on Jan 11
- #710
there are lots of pull request waiting for approval and open issues. is this project not maintained anymore ?
yvz5
- 3
- Opened on Oct 15, 2024
- #703
hi all,
I am trying to parse a graphql schema string but get an error:
# Some german Letters: ÄÖÜ
enum UserType {
USER
ADMIN
}
Syntax Error schema (2:6) Expected {, found Name \ UserType\ \n\n1: ...
yvz5
- Opened on Oct 14, 2024
- #701
Issue
DefaultResolveFn works properly for the following maps:
type MyMap map[string]any
but when we change the map key:
type MyKey string
type MyMap map[MyKey]any
it returns the following errors: ...
bkrukowski
- 3
- Opened on Oct 1, 2024
- #700
https://github.com/graphql-go/graphql/blob/f2b39caf7c92cab3f3f92726b55f59c74f54cfbc/language/lexer/lexer.go#L132
Should i need update to makeToken(NAME, position, endByte, string(body[position:endByte]))? ...
xxlv
- 1
- Opened on Sep 29, 2024
- #699
until now i spent 4 days to found a solution of enable ws for subscription using graphql-go i try to check
https://github.com/graphql-go/subscription-example any one can share full example (backend/frontend) ...
kamalkech
- Opened on Sep 27, 2024
- #698
In the following example, I want to resolve the value in C, but I need the IDs of both A and B to do it. p.Source only
gives me B, but not A. What is the proper way to solve this problem?
var a = graphql.NewObject(graphql.ObjectConfig{ ...
clarkmcc
- 1
- Opened on Jun 26, 2024
- #695

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.