Class NoUnbrokenInputCycles

java.lang.Object
graphql.schema.GraphQLTypeVisitorStub
graphql.schema.validation.NoUnbrokenInputCycles
All Implemented Interfaces:
GraphQLTypeVisitor

public class NoUnbrokenInputCycles extends GraphQLTypeVisitorStub
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfy