Uses of Class
org.topbraidlive.client.java.graphql.platform.GraphQuery
-
Packages that use GraphQuery Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of GraphQuery in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return GraphQuery Modifier and Type Method Description GraphQuery
GraphQuery. addFragmentReference(Fragment<GraphQuery> fragment)
Adds aGraphQuery
fragment reference at the current position of the query.GraphQuery
GraphQuery. creationTimeStamp()
The time stamp that this graph was created (if known).GraphQuery
GraphQuery. creationTimeStamp(GraphQuery.CreationTimeStampArgumentsDefinition argsDef)
The time stamp that this graph was created (if known).GraphQuery
GraphQuery. creator(GraphQuery.CreatorArgumentsDefinition argsDef, UserQueryDefinition queryDef)
The user who created this graph (if known).GraphQuery
GraphQuery. creator(UserQueryDefinition queryDef)
The user who created this graph (if known).GraphQuery
GraphQuery. description()
A human-readable description of the graph (in the user's preferred language).GraphQuery
GraphQuery. description(GraphQuery.DescriptionArgumentsDefinition argsDef)
A human-readable description of the graph (in the user's preferred language).GraphQuery
GraphQuery. label()
A human-readable display label.GraphQuery
GraphQuery. Results(_ValidationResultQueryDefinition queryDef)
The (validation) results for the surrounding object, e.g.GraphQuery
GraphQuery. type(_ResourceQueryDefinition queryDef)
The types of this GraphGraphQuery
GraphQuery. uri()
The URI of the resource.Methods in org.topbraidlive.client.java.graphql.platform that return types with arguments of type GraphQuery Modifier and Type Method Description static Fragment<GraphQuery>
GraphQuery. createFragment(String name, GraphQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.Methods in org.topbraidlive.client.java.graphql.platform with parameters of type GraphQuery Modifier and Type Method Description void
GraphQueryDefinition. define(GraphQuery _queryBuilder)
Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type GraphQuery Modifier and Type Method Description GraphQuery
GraphQuery. addFragmentReference(Fragment<GraphQuery> fragment)
Adds aGraphQuery
fragment reference at the current position of the query.
-