Skip to content

A tool to detect and to enumerate cycles in GraphQL schemas.

Notifications You must be signed in to change notification settings

LiUGraphQL/graphql-schema-cycles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool to detect and to enumerate cycles in GraphQL schemas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published