Uses of Interface
org.topbraidlive.client.java.graphql.platform.LiteralQueryDefinition
-
Packages that use LiteralQueryDefinition Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of LiteralQueryDefinition in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform with parameters of type LiteralQueryDefinition Modifier and Type Method Description static Fragment<LiteralQuery>
LiteralQuery. createFragment(String name, LiteralQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. message(ConstraintReificationShapeQuery.MessageArgumentsDefinition argsDef, LiteralQueryDefinition queryDef)
A human-readable message (possibly with placeholders for variables) explaining the cause of the result.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. message(LiteralQueryDefinition queryDef)
A human-readable message (possibly with placeholders for variables) explaining the cause of the result.
-