Package-level declarations
Types
Link copied to clipboard
Contents of a PersistedQuery extension inside a QueryContainer
Link copied to clipboard
class PersistedQueryUrlParameterBuilder(queryContainer: QueryContainer = QueryContainer(), gson: Gson)
Query & Variable builder for URL parameter based GET requests
Link copied to clipboard
data class PersistedQueryUrlParameters(val extensions: String, val operationName: String, val variables: String)
Data for persisted queries where query content is sent as query parameters in the URL instead of a json formatted body
Link copied to clipboard
GraphQL request that follows the common GraphQL HTTP request format
Link copied to clipboard
Query & Variable builder for graph requests