Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 922 Bytes

graphql-schema-cycles

A tool to detected and to enumerate cycles in GraphQL schemas. The standalone version that you can pull and use locally. For the deployable version for the web see our graphql-schema-cycles-webapp library.

This tool was developed in the context of a student thesis project described in the following thesis report:

To clone this repository and its submodules use the command:

git clone --recurse-submodules https://github.com/LiUGraphQL/graphql-schema-cycles.git

If you forgot to do this and only cloned the main repository, then you will only get empty folders for the submodules. In this case however, simply run:

git submodules init git submodules update