PersistedQueryUrlParameters
data class PersistedQueryUrlParameters(val extensions: String, val operationName: String, val variables: String)(source)
Deprecated
Legacy URL parameter payload of the QueryContainer flow. Use GraphQLOperationRequest with the backend-neutral GraphQLConverterFactory instead.
Data for persisted queries where query content is sent as query parameters in the URL instead of a json formatted body
Legacy: part of the deprecated PersistedQueryUrlParameterBuilder flow in :compat.