You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds parsing the specification doc https://github.com/graphql/graphql-spec/releases/tag/October2021 to complement the graphql-js types.
Also as a temporal solution let's replace the default header from https://github.com/graphql/graphql-spec/releases/tag/October2021 to point the graphql-js repository.
Replace top path from graphql-go/... to github.com/graphql-go/....
TODOs
https://github.com/graphql/graphql-spec/releases/tag/October2021
to complement thegraphql-js
types.https://github.com/graphql/graphql-spec/releases/tag/October2021
to point thegraphql-js
repository.graphql-go/...
togithub.com/graphql-go/...
.graphql-go/graphql
PR: {types,graphql_test}: AddsResult.ErrorsJoined
implementation. 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.types/*
interface{}
use with another strategy such as generics or later initialization.types/*
self invoking fields with a working strategy.bubbletea/bubbletea
code comments.bubbletea/bubbletea
dependency, Eg.cmd.New
inmain.go
file.cmd/cli
code comments.types/*
code comments.golangci-lint
comments..golangci-lint
disable the ruleSA9004
because go assumes the type when listing a variables inside a code block using const:The text was updated successfully, but these errors were encountered: