Uses of Class
com.shopify.graphql.support.AbstractResponse
-
-
Uses of AbstractResponse in com.shopify.graphql.support
Classes in com.shopify.graphql.support with type parameters of type AbstractResponse Modifier and Type Class Description class
AbstractResponse<T extends AbstractResponse>
Created by dylansmith on 2015-11-23.Methods in com.shopify.graphql.support that return AbstractResponse Modifier and Type Method Description AbstractResponse
SchemaViolationError. getObject()
Constructors in com.shopify.graphql.support with parameters of type AbstractResponse Constructor Description SchemaViolationError(AbstractResponse object, String field, com.google.gson.JsonElement value)
-
Uses of AbstractResponse in org.topbraidlive.client.java.api.function
Classes in org.topbraidlive.client.java.api.function with type parameters of type AbstractResponse 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 AbstractResponse 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 AbstractResponse in org.topbraidlive.client.java.api.type
Classes in org.topbraidlive.client.java.api.type with type parameters of type AbstractResponse Modifier and Type Interface Description interface
TypedGraphqlConnection<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
-
Uses of AbstractResponse in org.topbraidlive.client.java.graphql.platform
Subclasses of AbstractResponse in org.topbraidlive.client.java.graphql.platform Modifier and Type Class Description class
__Directive
class
__EnumValue
class
__Field
class
__InputValue
class
__Schema
A GraphQL Introspection defines the capabilities of a GraphQL server.class
__Type
class
_EnumValue
Metadata about an enum value.class
_FieldGroup
Metadata about a field group.class
_FieldShape
Metadata about a field as derived from its shape(s).class
_GraphReport
class
_Path
Metadata about a sh:path.class
_RDFNode
class
_Resource
A resource for which only the URI, label and types can be queried.class
_TestResult
class
_TypeShape
Metadata about a type as derived from its shape(s).class
_ValidationReport
class
_ValidationResult
class
_ValidationResultSuggestion
class
ConstraintReificationShape
Can be used to attach sh:severity and sh:messages to individual constraints using reification.class
Graph
An (RDF) graph managed by the TopBraid Platform.class
GraphType
A graph type such as Taxonomy.class
Literal
An RDF literal with a datatype, a string (lexical form) and an optional language tag.class
MasterGraph
A graph managed by TopBraid together with a change history and permission system.class
RootRDFQuery
class
User
A TopBraid user (account).class
WorkflowGraph
A graph managed by a TopBraid workflow and working copy that is based on a master graph but may contain additional changes. -
Uses of AbstractResponse in org.topbraidlive.client.java.impl
Methods in org.topbraidlive.client.java.impl with type parameters of type AbstractResponse 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)
-