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
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
Error: Invalid or incomplete schema, unknown type: bool. Ensure that a full introspection query is used in order to build a client schema.
at r (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:21670)
at n (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:21603)
at i (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:21863)
at x (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:24361)
at file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:28:15421
at Array.reduce (native)
at n (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:28:15385)
at N (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:24308)
at L (file:///Applications/GraphiQL.app/Contents/Resources/app.asar/dist/bundle.js:32:25039)
at Array.map (native)
but i take struct to
struct AAA{
Name string
Hello bool
}
it works well!!!!!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
introspection.AddIntrospectionToSchema(schema)
router.NewRoute().Name(model).Methods(http.MethodGet, http.MethodPost).Path(model).Handler(graphql.HTTPHandler(schema))
by HTTPHandler method start is ok
but when i use iql , it report
but i take struct to
it works well!!!!!!
The text was updated successfully, but these errors were encountered: