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 void
IntrospectionResultToSchema. 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 NodeDirectivesBuilder
NodeDirectivesBuilder. directive(Directive directive)
NodeDirectivesBuilder
NodeDirectivesBuilder. directives(java.util.List<Directive> directives)
-