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 RootRDFQueryQueryRootRDFQueryQuery. addFragment(Fragment fragment)Adds a GraphQL "named" fragment to the query.__DirectiveQuery__DirectiveQuery. addFragmentReference(Fragment<__DirectiveQuery> fragment)Adds a__DirectiveQueryfragment reference at the current position of the query.__EnumValueQuery__EnumValueQuery. addFragmentReference(Fragment<__EnumValueQuery> fragment)Adds a__EnumValueQueryfragment reference at the current position of the query.__FieldQuery__FieldQuery. addFragmentReference(Fragment<__FieldQuery> fragment)Adds a__FieldQueryfragment reference at the current position of the query.__InputValueQuery__InputValueQuery. addFragmentReference(Fragment<__InputValueQuery> fragment)Adds a__InputValueQueryfragment reference at the current position of the query.__SchemaQuery__SchemaQuery. addFragmentReference(Fragment<__SchemaQuery> fragment)Adds a__SchemaQueryfragment reference at the current position of the query.__TypeQuery__TypeQuery. addFragmentReference(Fragment<__TypeQuery> fragment)Adds a__TypeQueryfragment reference at the current position of the query._EnumValueQuery_EnumValueQuery. addFragmentReference(Fragment<_EnumValueQuery> fragment)Adds a_EnumValueQueryfragment reference at the current position of the query._FieldGroupQuery_FieldGroupQuery. addFragmentReference(Fragment<_FieldGroupQuery> fragment)Adds a_FieldGroupQueryfragment reference at the current position of the query._FieldShapeQuery_FieldShapeQuery. addFragmentReference(Fragment<_FieldShapeQuery> fragment)Adds a_FieldShapeQueryfragment reference at the current position of the query._GraphReportQuery_GraphReportQuery. addFragmentReference(Fragment<_GraphReportQuery> fragment)Adds a_GraphReportQueryfragment reference at the current position of the query._PathQuery_PathQuery. addFragmentReference(Fragment<_PathQuery> fragment)Adds a_PathQueryfragment reference at the current position of the query._RDFNodeQuery_RDFNodeQuery. addFragmentReference(Fragment<_RDFNodeQuery> fragment)Adds a_RDFNodeQueryfragment reference at the current position of the query._ResourceQuery_ResourceQuery. addFragmentReference(Fragment<_ResourceQuery> fragment)Adds a_ResourceQueryfragment reference at the current position of the query._TestResultQuery_TestResultQuery. addFragmentReference(Fragment<_TestResultQuery> fragment)Adds a_TestResultQueryfragment reference at the current position of the query._TypeShapeQuery_TypeShapeQuery. addFragmentReference(Fragment<_TypeShapeQuery> fragment)Adds a_TypeShapeQueryfragment reference at the current position of the query._ValidationReportQuery_ValidationReportQuery. addFragmentReference(Fragment<_ValidationReportQuery> fragment)Adds a_ValidationReportQueryfragment reference at the current position of the query._ValidationResultQuery_ValidationResultQuery. addFragmentReference(Fragment<_ValidationResultQuery> fragment)Adds a_ValidationResultQueryfragment reference at the current position of the query._ValidationResultSuggestionQuery_ValidationResultSuggestionQuery. addFragmentReference(Fragment<_ValidationResultSuggestionQuery> fragment)Adds a_ValidationResultSuggestionQueryfragment reference at the current position of the query.ConstraintReificationShapeQueryConstraintReificationShapeQuery. addFragmentReference(Fragment<ConstraintReificationShapeQuery> fragment)Adds aConstraintReificationShapeQueryfragment reference at the current position of the query.GraphQueryGraphQuery. addFragmentReference(Fragment<GraphQuery> fragment)Adds aGraphQueryfragment reference at the current position of the query.GraphTypeQueryGraphTypeQuery. addFragmentReference(Fragment<GraphTypeQuery> fragment)Adds aGraphTypeQueryfragment reference at the current position of the query.LiteralQueryLiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)Adds aLiteralQueryfragment reference at the current position of the query.MasterGraphQueryMasterGraphQuery. addFragmentReference(Fragment<MasterGraphQuery> fragment)Adds aMasterGraphQueryfragment reference at the current position of the query.RootRDFQueryQueryRootRDFQueryQuery. addFragmentReference(Fragment<RootRDFQueryQuery> fragment)Adds aRootRDFQueryQueryfragment reference at the current position of the query.UserQueryUserQuery. addFragmentReference(Fragment<UserQuery> fragment)Adds aUserQueryfragment reference at the current position of the query.WorkflowGraphQueryWorkflowGraphQuery. addFragmentReference(Fragment<WorkflowGraphQuery> fragment)Adds aWorkflowGraphQueryfragment reference at the current position of the query.
-