When Enum has a Value Assigned, GraphQL Input does not pass the Correct Value #3721
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/1
Reason/MultipleComponentInteraction
Issue occured due to interactions in multiple components.
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
Consider the following code:
Use the following query:
The following is the response:
But it should be the following:
When the resource method is executed, the
weekday
parameter value is the enum member name, not the value.The text was updated successfully, but these errors were encountered: