graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph
https://graphql-kit.com/graphql-voyager/
MIT License
7.69k stars 504 forks source link

Changing Schema with SDL Marks Types and Fields as Deprecated #373

Closed cramhead closed 5 months ago

cramhead commented 9 months ago

When I change my schema by pasting SDL all types and fields are marked as deprecated. There are no deprecated fields in the schema.

image

The schema is available at https://github.com/cramhead/nest-gql-pub-sub/blob/main/src/schema.gql but also attached here.

LunaticMuch commented 9 months ago

Weird - I can check

meenakshi-dhanani commented 8 months ago

The same happens for me too. I pasted a schema - https://github.com/postman-open-technologies/graphql-dcat-specs/blob/main/schemas/dcat2-ap-nl.graphql Not sure why?