graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

Altair Schmea Load Error #576

Closed DenisHoppe closed 3 years ago

DenisHoppe commented 3 years ago

Hello,

i have a problem with auto load schema from my api. I use Altair for Test my Graphql API and the schema can not load. The Error is -> Error message: Introspection must provide output type for fields.

But i no know is a bug in altair or in this solution. I have test the schema can load with query but no field in the response.

Please help or anyone have a idea?

Thanks so much.

DenisHoppe commented 3 years ago

@works fine this was my error in the development sorry