#guide help
1 messages · Page 1 of 1 (latest)
I think you should get familiar with GraphQL concepts to understand the problem here.
In GraphQL, there are three main operations.
- Query - Used to read data from a data source using a GraphQL API.
- Mutation - Used to update data in a data source using a GraphQL API.
- Subscription - Used to retrieve data continuously from a data source using a GraphQL API.
In your problem, there are requirements to retrieve and update data. You can refer to Ballerina GraphQL Examples, The Ballerina GraphQL API docs, and The Ballerina GraphQL Spec for further understanding how to write a GraphQL service in Ballerina.
GitHub
This is the Ballerina GraphQL module, which is a part of Ballerina Language Standard Library - module-ballerina-graphql/spec.md at master · ballerina-platform/module-ballerina-graphql
how to isolate a service it does not compile
This isn’t an error, but a warning. Please refer this message: #1022625937138917496 message