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

Write the Generated GraphQL Schema to a File #3205

Closed
ThisaruGuruge opened this issue Aug 3, 2022 · 1 comment · Fixed by ballerina-platform/module-ballerina-graphql#955
Assignees
Labels
module/graphql Issues related to Ballerina GraphQL module Points/8 Team/PCM Protocol connector packages related issues Type/NewFeature

Comments

@ThisaruGuruge
Copy link
Member

Description:
Currently, the GraphQL schema generated from the Ballerina service is kept in memory. But it is better to write the generated schema to a file so that users can use/share it.

This file can be used to transfer the schema from compile-time to runtime, instead of adding it as an annotation for the service.

@ThisaruGuruge ThisaruGuruge added Type/NewFeature module/graphql Issues related to Ballerina GraphQL module Team/PCM Protocol connector packages related issues labels Aug 3, 2022
@DimuthuMadushan DimuthuMadushan self-assigned this Aug 17, 2022
@DimuthuMadushan
Copy link

Proposal: ballerina-standard-library/#3286

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/8 Team/PCM Protocol connector packages related issues Type/NewFeature
Projects
Archived in project
2 participants