Package org.aksw.jenax.graphql.sparql
Class GraphQlSpecialKeys
java.lang.Object
org.aksw.jenax.graphql.sparql.GraphQlSpecialKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringDirective name to 'hide' intermediate nodes / json documents Flattens children of x into the parent of xstatic final Stringstatic final StringDirective name for inverse propertiesstatic final Stringstatic final Stringstatic final StringArgument name to order by paths of fieldsstatic final Stringstatic final Stringstatic final String"@id" with '@' replaced by 'x' because '@' is not a valid in graphql identifiers -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xid
"@id" with '@' replaced by 'x' because '@' is not a valid in graphql identifiers- See Also:
-
orderBy
Argument name to order by paths of fields- See Also:
-
hide
Directive name to 'hide' intermediate nodes / json documents Flattens children of x into the parent of x- See Also:
-
inverse
Directive name for inverse properties- See Also:
-
sparql
- See Also:
-
fragment
- See Also:
-
inject
- See Also:
-
one
- See Also:
-
many
- See Also:
-
cascade
- See Also:
-
self
- See Also:
-
-
Constructor Details
-
GraphQlSpecialKeys
public GraphQlSpecialKeys()
-