Skip to content

Commit 48fd687

Browse files
authored
Update README.md
1 parent 1f25892 commit 48fd687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# pgschema-to-apischema
22
The tool in this repository extends a schema for Property Graphs into a GraphQL schema for a GraphQL API, where [the Property Graph schema is assumed to be represented using the GraphQL Schema Definition Language (SDL)](http://blog.liu.se/olafhartig/documents/graphql-schemas-for-property-graphs/). The actual approach to extend the Property Graph schemas into GraphQL API schemas (as implemented by this tool) is documented in the [wiki of this repo](https://github.com/LiUGraphQL/pgschema-to-apischema/wiki).
33

4+
## Prerequisites
5+
```bash
6+
$ pip3 install graphql-core-next
7+
```
8+
49
## Example
510
```bash
611
$ python3 generator.py \

0 commit comments

Comments
 (0)