Support Deprecation in GraphQL #2898
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/0.5
Points/4
Team/PCM
Protocol connector packages related issues
Type/Improvement
Description:
In a GraphQL schema, a field or an enum value can be deprecated. If deprecated, the users can include the deprecation reason for the particular field or the enum value.
In Ballerina, a field or an enum value in a GraphQL service can be marked deprecated using the existing Ballerina annotations. The Ballerina documentation even supports the deprecation reason through the Ballerina doc comments.
But when filtering the values using the
includeDeprecated = false
argument, the values aren't filtered correctly.The text was updated successfully, but these errors were encountered: