Write the Generated GraphQL Schema to a File #3205
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/8
Team/PCM
Protocol connector packages related issues
Type/NewFeature
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.
The text was updated successfully, but these errors were encountered: