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 classAbstractQuery<T extends AbstractQuery>Created by eapache on 2015-11-17.Subclasses of AbstractQuery in com.shopify.graphql.support Modifier and Type Class Description classCustomFieldQuery -
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 classGetProjectGraphqlConnectionParameters<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 interfaceTypedGraphqlConnection<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__DirectiveQueryclass__EnumValueQueryclass__FieldQueryclass__InputValueQueryclass__SchemaQueryA GraphQL Introspection defines the capabilities of a GraphQL server.class__TypeQueryclass_EnumValueQueryMetadata about an enum value.class_FieldGroupQueryMetadata about a field group.class_FieldShapeQueryMetadata about a field as derived from its shape(s).class_GraphReportQueryclass_PathQueryMetadata about a sh:path.class_RDFNodeQueryclass_ResourceQueryA resource for which only the URI, label and types can be queried.class_TestResultQueryclass_TypeShapeQueryMetadata about a type as derived from its shape(s).class_ValidationReportQueryclass_ValidationResultQueryclass_ValidationResultSuggestionQueryclassConstraintReificationShapeQueryCan be used to attach sh:severity and sh:messages to individual constraints using reification.classGraphQueryAn (RDF) graph managed by the TopBraid Platform.classGraphTypeQueryA graph type such as Taxonomy.classLiteralQueryAn RDF literal with a datatype, a string (lexical form) and an optional language tag.classMasterGraphQueryA graph managed by TopBraid together with a change history and permission system.classRootRDFQueryQueryclassUserQueryA TopBraid user (account).classWorkflowGraphQueryA 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)
-