Docs
Launch GraphOS Studio
You're viewing documentation for a previous version of this software. Switch to the latest stable version.


EXTENSION

RequestChainNetworkTransport

extension RequestChainNetworkTransport: UploadingNetworkTransport

Methods

constructUploadRequest(for:with:manualBoundary:)

open func constructUploadRequest<Operation: GraphQLOperation>(
for operation: Operation,
with files: [GraphQLFile],
manualBoundary: String? = nil) -> HTTPRequest<Operation>

Constructs an uploading (ie, multipart) request

Override this method if you need to use a custom subclass of HTTPRequest.

  • Parameters:
    • : The operation to create a request for
    • files: The files you wish to upload
    • manualBoundary: [optional] A manually set boundary for your upload request. Defaults to nil.
  • Returns: The created request.

Parameters

NameDescription
operationThe operation to create a request for
filesThe files you wish to upload
manualBoundary[optional] A manually set boundary for your upload request. Defaults to nil.

upload(operation:files:callbackQueue:completionHandler:)

public func upload<Operation: GraphQLOperation>(
operation: Operation,
files: [GraphQLFile],
callbackQueue: DispatchQueue = .main,
completionHandler: @escaping (Result<GraphQLResult<Operation.Data>, Error>) -> Void) -> Cancellable

Parameters

NameDescription
operationThe operation to send
filesAn array of GraphQLFile objects to send.
callbackQueueThe queue to call back on with the results. Should default to .main.
completionHandlerThe completion handler to execute when the request completes or errors
Next
Introduction
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company