Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the GraphiQL Config enable to enabled #3288

Closed
DimuthuMadushan opened this issue Aug 29, 2022 · 0 comments · Fixed by ballerina-platform/module-ballerina-graphql#895
Closed
Assignees
Labels
module/graphql Issues related to Ballerina GraphQL module Points/0.25 Team/PCM Protocol connector packages related issues Type/Bug

Comments

@DimuthuMadushan
Copy link

DimuthuMadushan commented Aug 29, 2022

Description:

$subject

In order to be consistent with other std-lib package configurations, the GraphiQL configuration should have been changed as follow.
New Configurations:

@graphql:ServiceConfig {
    graphiql: {
        enabled: true,
        path: "graphiql"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/graphql Issues related to Ballerina GraphQL module Points/0.25 Team/PCM Protocol connector packages related issues Type/Bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant