Uses of Class
com.shopify.graphql.support.Fragment
-
Packages that use Fragment Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of Fragment in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return Fragment Modifier and Type Method Description static Fragment<__DirectiveQuery>
__DirectiveQuery. createFragment(String name, __DirectiveQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<__EnumValueQuery>
__EnumValueQuery. createFragment(String name, __EnumValueQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<__FieldQuery>
__FieldQuery. createFragment(String name, __FieldQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<__InputValueQuery>
__InputValueQuery. createFragment(String name, __InputValueQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<__SchemaQuery>
__SchemaQuery. createFragment(String name, __SchemaQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<__TypeQuery>
__TypeQuery. createFragment(String name, __TypeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_EnumValueQuery>
_EnumValueQuery. createFragment(String name, _EnumValueQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_FieldGroupQuery>
_FieldGroupQuery. createFragment(String name, _FieldGroupQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_FieldShapeQuery>
_FieldShapeQuery. createFragment(String name, _FieldShapeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_GraphReportQuery>
_GraphReportQuery. createFragment(String name, _GraphReportQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_PathQuery>
_PathQuery. createFragment(String name, _PathQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_RDFNodeQuery>
_RDFNodeQuery. createFragment(String name, _RDFNodeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_ResourceQuery>
_ResourceQuery. createFragment(String name, _ResourceQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_TestResultQuery>
_TestResultQuery. createFragment(String name, _TestResultQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_TypeShapeQuery>
_TypeShapeQuery. createFragment(String name, _TypeShapeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_ValidationReportQuery>
_ValidationReportQuery. createFragment(String name, _ValidationReportQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_ValidationResultQuery>
_ValidationResultQuery. createFragment(String name, _ValidationResultQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<_ValidationResultSuggestionQuery>
_ValidationResultSuggestionQuery. createFragment(String name, _ValidationResultSuggestionQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<ConstraintReificationShapeQuery>
ConstraintReificationShapeQuery. createFragment(String name, ConstraintReificationShapeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<GraphQuery>
GraphQuery. createFragment(String name, GraphQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<GraphTypeQuery>
GraphTypeQuery. createFragment(String name, GraphTypeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<LiteralQuery>
LiteralQuery. createFragment(String name, LiteralQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<MasterGraphQuery>
MasterGraphQuery. createFragment(String name, MasterGraphQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<RootRDFQueryQuery>
RootRDFQueryQuery. createFragment(String name, RootRDFQueryQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<UserQuery>
UserQuery. createFragment(String name, UserQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.static Fragment<WorkflowGraphQuery>
WorkflowGraphQuery. createFragment(String name, WorkflowGraphQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.Methods in org.topbraidlive.client.java.graphql.platform with parameters of type Fragment Modifier and Type Method Description RootRDFQueryQuery
RootRDFQueryQuery. addFragment(Fragment fragment)
Adds a GraphQL "named" fragment to the query.__DirectiveQuery
__DirectiveQuery. addFragmentReference(Fragment<__DirectiveQuery> fragment)
Adds a__DirectiveQuery
fragment reference at the current position of the query.__EnumValueQuery
__EnumValueQuery. addFragmentReference(Fragment<__EnumValueQuery> fragment)
Adds a__EnumValueQuery
fragment reference at the current position of the query.__FieldQuery
__FieldQuery. addFragmentReference(Fragment<__FieldQuery> fragment)
Adds a__FieldQuery
fragment reference at the current position of the query.__InputValueQuery
__InputValueQuery. addFragmentReference(Fragment<__InputValueQuery> fragment)
Adds a__InputValueQuery
fragment reference at the current position of the query.__SchemaQuery
__SchemaQuery. addFragmentReference(Fragment<__SchemaQuery> fragment)
Adds a__SchemaQuery
fragment reference at the current position of the query.__TypeQuery
__TypeQuery. addFragmentReference(Fragment<__TypeQuery> fragment)
Adds a__TypeQuery
fragment reference at the current position of the query._EnumValueQuery
_EnumValueQuery. addFragmentReference(Fragment<_EnumValueQuery> fragment)
Adds a_EnumValueQuery
fragment reference at the current position of the query._FieldGroupQuery
_FieldGroupQuery. addFragmentReference(Fragment<_FieldGroupQuery> fragment)
Adds a_FieldGroupQuery
fragment reference at the current position of the query._FieldShapeQuery
_FieldShapeQuery. addFragmentReference(Fragment<_FieldShapeQuery> fragment)
Adds a_FieldShapeQuery
fragment reference at the current position of the query._GraphReportQuery
_GraphReportQuery. addFragmentReference(Fragment<_GraphReportQuery> fragment)
Adds a_GraphReportQuery
fragment reference at the current position of the query._PathQuery
_PathQuery. addFragmentReference(Fragment<_PathQuery> fragment)
Adds a_PathQuery
fragment reference at the current position of the query._RDFNodeQuery
_RDFNodeQuery. addFragmentReference(Fragment<_RDFNodeQuery> fragment)
Adds a_RDFNodeQuery
fragment reference at the current position of the query._ResourceQuery
_ResourceQuery. addFragmentReference(Fragment<_ResourceQuery> fragment)
Adds a_ResourceQuery
fragment reference at the current position of the query._TestResultQuery
_TestResultQuery. addFragmentReference(Fragment<_TestResultQuery> fragment)
Adds a_TestResultQuery
fragment reference at the current position of the query._TypeShapeQuery
_TypeShapeQuery. addFragmentReference(Fragment<_TypeShapeQuery> fragment)
Adds a_TypeShapeQuery
fragment reference at the current position of the query._ValidationReportQuery
_ValidationReportQuery. addFragmentReference(Fragment<_ValidationReportQuery> fragment)
Adds a_ValidationReportQuery
fragment reference at the current position of the query._ValidationResultQuery
_ValidationResultQuery. addFragmentReference(Fragment<_ValidationResultQuery> fragment)
Adds a_ValidationResultQuery
fragment reference at the current position of the query._ValidationResultSuggestionQuery
_ValidationResultSuggestionQuery. addFragmentReference(Fragment<_ValidationResultSuggestionQuery> fragment)
Adds a_ValidationResultSuggestionQuery
fragment reference at the current position of the query.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. addFragmentReference(Fragment<ConstraintReificationShapeQuery> fragment)
Adds aConstraintReificationShapeQuery
fragment reference at the current position of the query.GraphQuery
GraphQuery. addFragmentReference(Fragment<GraphQuery> fragment)
Adds aGraphQuery
fragment reference at the current position of the query.GraphTypeQuery
GraphTypeQuery. addFragmentReference(Fragment<GraphTypeQuery> fragment)
Adds aGraphTypeQuery
fragment reference at the current position of the query.LiteralQuery
LiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)
Adds aLiteralQuery
fragment reference at the current position of the query.MasterGraphQuery
MasterGraphQuery. addFragmentReference(Fragment<MasterGraphQuery> fragment)
Adds aMasterGraphQuery
fragment reference at the current position of the query.RootRDFQueryQuery
RootRDFQueryQuery. addFragmentReference(Fragment<RootRDFQueryQuery> fragment)
Adds aRootRDFQueryQuery
fragment reference at the current position of the query.UserQuery
UserQuery. addFragmentReference(Fragment<UserQuery> fragment)
Adds aUserQuery
fragment reference at the current position of the query.WorkflowGraphQuery
WorkflowGraphQuery. addFragmentReference(Fragment<WorkflowGraphQuery> fragment)
Adds aWorkflowGraphQuery
fragment reference at the current position of the query.
-