Is your feature request related to a problem? Please describe.
The presence of the bolt-sdk provides an excellent foundation for interacting with bolt functions, but there’s an opportunity to enhance its utility by introducing a GraphQL API or RPC API layer. Leveraging the existing IDL (Interface Definition Language) to automatically generate the schema, queries, and mutations will add significant value, streamlining integration and improving efficiency.
Describe the solution you'd like
I would like to create a Proof of Concept (POC) that builds upon the bolt-sdk by exposing GraphQL APIs or RPC API for the available bolt functions. This solution would dynamically generate the necessaryschema, queries, and mutations using the existing IDL, providing a seamless, automated integration that adds flexibility and reduces manual effort.
Is your feature request related to a problem? Please describe.
The presence of the
bolt-sdk
provides an excellent foundation for interacting withbolt
functions, but there’s an opportunity to enhance its utility by introducing aGraphQL API
orRPC API
layer. Leveraging the existingIDL (Interface Definition Language)
to automatically generate theschema, queries, and mutations
will add significant value, streamlining integration and improving efficiency.Describe the solution you'd like
I would like to create a Proof of Concept (POC) that builds upon the
bolt-sdk
by exposingGraphQL APIs
orRPC API
for the availablebolt
functions. This solution would dynamically generate the necessaryschema, queries, and mutations
using the existingIDL
, providing a seamless, automated integration that adds flexibility and reduces manual effort.Reference