Tag Archives: Dgraph

17Apr/23

How to use GraphQL with Semantic Analysis Tutorial

April 17, 2023 /Developers/ — Here is a tutorial that shows how to use GraphQL with semantic analysis:

1. Create a GraphQL schema

The first step is to create a GraphQL schema. This is a document that describes the data that your API exposes. The schema can be written in JSON or YAML format.
Continue reading