Uses of Class
org.aksw.jenax.graphql.sparql.v2.context.GraphDirective
Packages that use GraphDirective
-
Uses of GraphDirective in org.aksw.jenax.graphql.sparql.v2.rewrite
Methods in org.aksw.jenax.graphql.sparql.v2.rewrite that return GraphDirectiveModifier and TypeMethodDescriptionstatic GraphDirectiveXGraphQlUtils.parseGraph(graphql.language.DirectivesContainer<?> directives) static GraphDirectiveGraphQlToSparqlConverterBase.processGraph(graphql.language.DirectivesContainer<?> field, graphql.util.TraverserContext<graphql.language.Node> context) Returns a graph directive present on the current field.Methods in org.aksw.jenax.graphql.sparql.v2.rewrite with parameters of type GraphDirectiveModifier and TypeMethodDescriptionstatic ElementTransformGraphQlToSparqlConverterBase.convert(GraphDirective graph) Create an ElementTransform according to the specification of a GraphDirective instance.