#guide help

1 messages · Page 1 of 1 (latest)

round iron
#

I don't want any code can you just guide how to resolve this thank you

sand badger
#

I think you should get familiar with GraphQL concepts to understand the problem here.

In GraphQL, there are three main operations.

  1. Query - Used to read data from a data source using a GraphQL API.
  2. Mutation - Used to update data in a data source using a GraphQL API.
  3. 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

Ballerina by Example enables you to have complete coverage over the Ballerina language, while emphasizing incremental learning.

round iron
#

how to isolate a service it does not compile

sand badger
#

This isn’t an error, but a warning. Please refer this message: #1022625937138917496 message