EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
URLSessionClient.Completion
TYPEALIAS
URLSessionClient.Completion
Swift
1public typealias Completion = (Result<(Data, HTTPURLResponse), Error>) -> VoidA completion block returning a result. On .success it will contain a tuple with non-nil Data and its corresponding HTTPURLResponse. On .failure it will contain an error.