IBM / openapi-to-graphql

Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
https://developer.ibm.com/open/projects/openapi-to-graphql/
MIT License
1.61k stars 211 forks source link

Add supports for deprecated #499

Open sinnerr0 opened 1 year ago

sinnerr0 commented 1 year ago

Allows the deprecated property of OAS Spec to be created as a deprecated directive of GraphQL.

There is a deprecated field in the OAS Spec. Swagger also handles deprecated, and several viewers through GraphQL Instrospection also support the deprecated directive.