-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
TODOs
-
{executor/go}: Fix the RootQuery name to match the one from graphql-js. #55 -
{validator}: Improvesvalidator.Validateto have support for ignoring order comparison. #53 -
{introspection}: Improvements forintrospectionpkg. #49 -
{Introspection}: Implement pkg. #47 -
{introspection}: Create scaffolding package ofIntrospection. #45 -
{graphql-js-introspection/index}: Replace index.ts code from TypeScript to JavaScript. #43 -
{bin}: Add./bin/*scripts fromcompatibility-base. #41 - Adds parsing the specification doc
https://github.com/graphql/graphql-spec/releases/tag/October2021to complement thegraphql-jstypes.- Also as a temporal solution let's replace the default header from
https://github.com/graphql/graphql-spec/releases/tag/October2021to point thegraphql-jsrepository.
- Also as a temporal solution let's replace the default header from
- Replace top path from
graphql-go/...togithub.com/graphql-go/.... - Upgrade
graphql-go/graphqlPR: {types,graphql_test}: AddsResult.ErrorsJoinedimplementation. graphql#717, so the following code is replaced starting in line: https://github.com/graphql-go/compatibility-standard-definitions/blob/main/executor/go.go#L67-L81. - Replace
types/*interface{}use with another strategy such as generics or later initialization. - Replace
types/*self invoking fields with a working strategy. - Add
bubbletea/bubbleteacode comments. - Update
bubbletea/bubbleteadependency, Eg.cmd.Newinmain.gofile. - Add
cmd/clicode comments. - Add
types/*code comments. - Enable
golangci-lintcomments. - Add Unit tests.
- Add Test coverage badges.
-
.golangci-lintdisable the ruleSA9004because go assumes the type when listing a variables inside a code block using const:
staticcheck:
SA9004: false
Metadata
Metadata
Assignees
Labels
No labels