Uses of Class
com.shopify.graphql.support.AbstractQuery
-
-
Uses of AbstractQuery in com.shopify.graphql.support
Classes in com.shopify.graphql.support with type parameters of type AbstractQuery Modifier and Type Class Description class
AbstractQuery<T extends AbstractQuery>
Created by eapache on 2015-11-17.Subclasses of AbstractQuery in com.shopify.graphql.support Modifier and Type Class Description class
CustomFieldQuery
-
Uses of AbstractQuery in org.topbraidlive.client.java.api.function
Classes in org.topbraidlive.client.java.api.function with type parameters of type AbstractQuery Modifier and Type Class Description class
GetProjectGraphqlConnectionParameters<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
Immutable parameter object that captures the parameters to GetProjectGraphqlConnection.Methods in org.topbraidlive.client.java.api.function with type parameters of type AbstractQuery Modifier and Type Method Description <RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>GetProjectGraphqlConnectionApiFunction. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)
Get a GraphQL connection for a specific project. -
Uses of AbstractQuery in org.topbraidlive.client.java.api.type
Classes in org.topbraidlive.client.java.api.type with type parameters of type AbstractQuery Modifier and Type Interface Description interface
TypedGraphqlConnection<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
-
Uses of AbstractQuery in org.topbraidlive.client.java.graphql.platform
Subclasses of AbstractQuery in org.topbraidlive.client.java.graphql.platform Modifier and Type Class Description class
__DirectiveQuery
class
__EnumValueQuery
class
__FieldQuery
class
__InputValueQuery
class
__SchemaQuery
A GraphQL Introspection defines the capabilities of a GraphQL server.class
__TypeQuery
class
_EnumValueQuery
Metadata about an enum value.class
_FieldGroupQuery
Metadata about a field group.class
_FieldShapeQuery
Metadata about a field as derived from its shape(s).class
_GraphReportQuery
class
_PathQuery
Metadata about a sh:path.class
_RDFNodeQuery
class
_ResourceQuery
A resource for which only the URI, label and types can be queried.class
_TestResultQuery
class
_TypeShapeQuery
Metadata about a type as derived from its shape(s).class
_ValidationReportQuery
class
_ValidationResultQuery
class
_ValidationResultSuggestionQuery
class
ConstraintReificationShapeQuery
Can be used to attach sh:severity and sh:messages to individual constraints using reification.class
GraphQuery
An (RDF) graph managed by the TopBraid Platform.class
GraphTypeQuery
A graph type such as Taxonomy.class
LiteralQuery
An RDF literal with a datatype, a string (lexical form) and an optional language tag.class
MasterGraphQuery
A graph managed by TopBraid together with a change history and permission system.class
RootRDFQueryQuery
class
UserQuery
A TopBraid user (account).class
WorkflowGraphQuery
A graph managed by a TopBraid workflow and working copy that is based on a master graph but may contain additional changes. -
Uses of AbstractQuery in org.topbraidlive.client.java.impl
Methods in org.topbraidlive.client.java.impl with type parameters of type AbstractQuery Modifier and Type Method Description <RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>ClientImpl. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)
<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>GraphqlClient. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)
-