Uses of Interface
graphql.language.NodeDirectivesBuilder
-
Packages that use NodeDirectivesBuilder Package Description graphql.introspection graphql.language -
-
Uses of NodeDirectivesBuilder in graphql.introspection
Methods in graphql.introspection with parameters of type NodeDirectivesBuilder Modifier and Type Method Description private voidIntrospectionResultToSchema. createDeprecatedDirective(java.util.Map<java.lang.String,java.lang.Object> field, NodeDirectivesBuilder nodeDirectivesBuilder) -
Uses of NodeDirectivesBuilder in graphql.language
Methods in graphql.language that return NodeDirectivesBuilder Modifier and Type Method Description NodeDirectivesBuilderNodeDirectivesBuilder. directive(Directive directive)NodeDirectivesBuilderNodeDirectivesBuilder. directives(java.util.List<Directive> directives)
-