You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

RequestBodyCreator


EXTENSION

RequestBodyCreator

Swift
1extension RequestBodyCreator

Methods

requestBody(for:sendOperationIdentifiers:sendQueryDocument:autoPersistQuery:)

Swift
1public func requestBody<Operation: GraphQLOperation>(for operation: Operation,
2                                                     sendOperationIdentifiers: Bool,
3                                                     sendQueryDocument: Bool,
4                                                     autoPersistQuery: Bool) -> GraphQLMap

Parameters

NameDescription
operationThe operation to use
sendOperationIdentifiersWhether or not to send operation identifiers. Should default to false.
sendQueryDocumentWhether or not to send the full query document. Should default to true.
autoPersistQueryWhether to use auto-persisted query information. Should default to false.
Feedback

Edit on GitHub

Forums