|
1 | 1 | ## Protocols |
2 | 2 |
|
3 | | -- [ApolloClientProtocol](../protocols/ApolloClientProtocol/) |
4 | | -- [Cancellable](../protocols/Cancellable/) |
5 | | -- [GraphQLFragment](../protocols/GraphQLFragment/) |
6 | | -- [GraphQLInputValue](../protocols/GraphQLInputValue/) |
7 | | -- [GraphQLMapConvertible](../protocols/GraphQLMapConvertible/) |
8 | | -- [GraphQLMutation](../protocols/GraphQLMutation/) |
9 | | -- [GraphQLOperation](../protocols/GraphQLOperation/) |
10 | | -- [GraphQLQuery](../protocols/GraphQLQuery/) |
11 | | -- [GraphQLSelection](../protocols/GraphQLSelection/) |
12 | | -- [GraphQLSelectionSet](../protocols/GraphQLSelectionSet/) |
13 | | -- [GraphQLSubscription](../protocols/GraphQLSubscription/) |
14 | | -- [HTTPNetworkTransportDelegate](../protocols/HTTPNetworkTransportDelegate/) |
15 | | -- [HTTPNetworkTransportPreflightDelegate](../protocols/HTTPNetworkTransportPreflightDelegate/) |
16 | | -- [HTTPNetworkTransportRetryDelegate](../protocols/HTTPNetworkTransportRetryDelegate/) |
17 | | -- [HTTPNetworkTransportTaskCompletedDelegate](../protocols/HTTPNetworkTransportTaskCompletedDelegate/) |
18 | | -- [JSONDecodable](../protocols/JSONDecodable/) |
19 | | -- [JSONEncodable](../protocols/JSONEncodable/) |
20 | | -- [Matchable](../protocols/Matchable/) |
21 | | -- [NetworkTransport](../protocols/NetworkTransport/) |
22 | | -- [NormalizedCache](../protocols/NormalizedCache/) |
23 | | -- [RequestCreator](../protocols/RequestCreator/) |
24 | | -- [UploadingNetworkTransport](../protocols/UploadingNetworkTransport/) |
| 3 | +- [ApolloClientProtocol](protocols/ApolloClientProtocol/) |
| 4 | +- [Cancellable](protocols/Cancellable/) |
| 5 | +- [GraphQLFragment](protocols/GraphQLFragment/) |
| 6 | +- [GraphQLInputValue](protocols/GraphQLInputValue/) |
| 7 | +- [GraphQLMapConvertible](protocols/GraphQLMapConvertible/) |
| 8 | +- [GraphQLMutation](protocols/GraphQLMutation/) |
| 9 | +- [GraphQLOperation](protocols/GraphQLOperation/) |
| 10 | +- [GraphQLQuery](protocols/GraphQLQuery/) |
| 11 | +- [GraphQLSelection](protocols/GraphQLSelection/) |
| 12 | +- [GraphQLSelectionSet](protocols/GraphQLSelectionSet/) |
| 13 | +- [GraphQLSubscription](protocols/GraphQLSubscription/) |
| 14 | +- [HTTPNetworkTransportDelegate](protocols/HTTPNetworkTransportDelegate/) |
| 15 | +- [HTTPNetworkTransportPreflightDelegate](protocols/HTTPNetworkTransportPreflightDelegate/) |
| 16 | +- [HTTPNetworkTransportRetryDelegate](protocols/HTTPNetworkTransportRetryDelegate/) |
| 17 | +- [HTTPNetworkTransportTaskCompletedDelegate](protocols/HTTPNetworkTransportTaskCompletedDelegate/) |
| 18 | +- [JSONDecodable](protocols/JSONDecodable/) |
| 19 | +- [JSONEncodable](protocols/JSONEncodable/) |
| 20 | +- [Matchable](protocols/Matchable/) |
| 21 | +- [NetworkTransport](protocols/NetworkTransport/) |
| 22 | +- [NormalizedCache](protocols/NormalizedCache/) |
| 23 | +- [RequestCreator](protocols/RequestCreator/) |
| 24 | +- [UploadingNetworkTransport](protocols/UploadingNetworkTransport/) |
25 | 25 |
|
26 | 26 | ## Structs |
27 | 27 |
|
28 | | -- [ApolloRequestCreator](../structs/ApolloRequestCreator/) |
29 | | -- [GraphQLBooleanCondition](../structs/GraphQLBooleanCondition/) |
30 | | -- [GraphQLError](../structs/GraphQLError/) |
31 | | -- [GraphQLField](../structs/GraphQLField/) |
32 | | -- [GraphQLFile](../structs/GraphQLFile/) |
33 | | -- [GraphQLFragmentSpread](../structs/GraphQLFragmentSpread/) |
34 | | -- [GraphQLHTTPResponseError](../structs/GraphQLHTTPResponseError/) |
35 | | -- [GraphQLResult](../structs/GraphQLResult/) |
36 | | -- [GraphQLResultError](../structs/GraphQLResultError/) |
37 | | -- [GraphQLTypeCase](../structs/GraphQLTypeCase/) |
38 | | -- [GraphQLTypeCondition](../structs/GraphQLTypeCondition/) |
39 | | -- [GraphQLVariable](../structs/GraphQLVariable/) |
40 | | -- [Location](../structs/Location/) |
41 | | -- [Record](../structs/Record/) |
42 | | -- [RecordSet](../structs/RecordSet/) |
43 | | -- [Reference](../structs/Reference/) |
| 28 | +- [ApolloRequestCreator](structs/ApolloRequestCreator/) |
| 29 | +- [GraphQLBooleanCondition](structs/GraphQLBooleanCondition/) |
| 30 | +- [GraphQLError](structs/GraphQLError/) |
| 31 | +- [GraphQLField](structs/GraphQLField/) |
| 32 | +- [GraphQLFile](structs/GraphQLFile/) |
| 33 | +- [GraphQLFragmentSpread](structs/GraphQLFragmentSpread/) |
| 34 | +- [GraphQLHTTPResponseError](structs/GraphQLHTTPResponseError/) |
| 35 | +- [GraphQLResult](structs/GraphQLResult/) |
| 36 | +- [GraphQLResultError](structs/GraphQLResultError/) |
| 37 | +- [GraphQLTypeCase](structs/GraphQLTypeCase/) |
| 38 | +- [GraphQLTypeCondition](structs/GraphQLTypeCondition/) |
| 39 | +- [GraphQLVariable](structs/GraphQLVariable/) |
| 40 | +- [Location](structs/Location/) |
| 41 | +- [Record](structs/Record/) |
| 42 | +- [RecordSet](structs/RecordSet/) |
| 43 | +- [Reference](structs/Reference/) |
44 | 44 |
|
45 | 45 | ## Classes |
46 | 46 |
|
47 | | -- [ApolloClient](../classes/ApolloClient/) |
48 | | -- [ApolloStore](../classes/ApolloStore/) |
49 | | -- [EmptyCancellable](../classes/EmptyCancellable/) |
50 | | -- [GraphQLQueryWatcher](../classes/GraphQLQueryWatcher/) |
51 | | -- [GraphQLResponse](../classes/GraphQLResponse/) |
52 | | -- [HTTPNetworkTransport](../classes/HTTPNetworkTransport/) |
53 | | -- [InMemoryNormalizedCache](../classes/InMemoryNormalizedCache/) |
54 | | -- [JSONSerializationFormat](../classes/JSONSerializationFormat/) |
55 | | -- [MultipartFormData](../classes/MultipartFormData/) |
56 | | -- [ReadTransaction](../classes/ReadTransaction/) |
57 | | -- [ReadWriteTransaction](../classes/ReadWriteTransaction/) |
| 47 | +- [ApolloClient](classes/ApolloClient/) |
| 48 | +- [ApolloStore](classes/ApolloStore/) |
| 49 | +- [EmptyCancellable](classes/EmptyCancellable/) |
| 50 | +- [GraphQLQueryWatcher](classes/GraphQLQueryWatcher/) |
| 51 | +- [GraphQLResponse](classes/GraphQLResponse/) |
| 52 | +- [HTTPNetworkTransport](classes/HTTPNetworkTransport/) |
| 53 | +- [InMemoryNormalizedCache](classes/InMemoryNormalizedCache/) |
| 54 | +- [JSONSerializationFormat](classes/JSONSerializationFormat/) |
| 55 | +- [MultipartFormData](classes/MultipartFormData/) |
| 56 | +- [ReadTransaction](classes/ReadTransaction/) |
| 57 | +- [ReadWriteTransaction](classes/ReadWriteTransaction/) |
58 | 58 |
|
59 | 59 | ## Enums |
60 | 60 |
|
61 | | -- [ApolloClientError](../enums/ApolloClientError/) |
62 | | -- [CachePolicy](../enums/CachePolicy/) |
63 | | -- [ErrorKind](../enums/ErrorKind/) |
64 | | -- [GraphQLHTTPRequestError](../enums/GraphQLHTTPRequestError/) |
65 | | -- [GraphQLOperationType](../enums/GraphQLOperationType/) |
66 | | -- [GraphQLOutputType](../enums/GraphQLOutputType/) |
67 | | -- [JSONDecodingError](../enums/JSONDecodingError/) |
68 | | -- [Source](../enums/Source/) |
| 61 | +- [ApolloClientError](enums/ApolloClientError/) |
| 62 | +- [CachePolicy](enums/CachePolicy/) |
| 63 | +- [ErrorKind](enums/ErrorKind/) |
| 64 | +- [GraphQLHTTPRequestError](enums/GraphQLHTTPRequestError/) |
| 65 | +- [GraphQLOperationType](enums/GraphQLOperationType/) |
| 66 | +- [GraphQLOutputType](enums/GraphQLOutputType/) |
| 67 | +- [JSONDecodingError](enums/JSONDecodingError/) |
| 68 | +- [Source](enums/Source/) |
69 | 69 |
|
70 | 70 | ## Extensions |
71 | 71 |
|
72 | | -- [ApolloClient](../extensions/ApolloClient/) |
73 | | -- [Array](../extensions/Array/) |
74 | | -- [Bool](../extensions/Bool/) |
75 | | -- [Dictionary](../extensions/Dictionary/) |
76 | | -- [DispatchQueue](../extensions/DispatchQueue/) |
77 | | -- [Double](../extensions/Double/) |
78 | | -- [Float](../extensions/Float/) |
79 | | -- [GraphQLError](../extensions/GraphQLError/) |
80 | | -- [GraphQLMapConvertible](../extensions/GraphQLMapConvertible/) |
81 | | -- [GraphQLMutation](../extensions/GraphQLMutation/) |
82 | | -- [GraphQLOperation](../extensions/GraphQLOperation/) |
83 | | -- [GraphQLQuery](../extensions/GraphQLQuery/) |
84 | | -- [GraphQLSelectionSet](../extensions/GraphQLSelectionSet/) |
85 | | -- [GraphQLSubscription](../extensions/GraphQLSubscription/) |
86 | | -- [GraphQLVariable](../extensions/GraphQLVariable/) |
87 | | -- [HTTPNetworkTransport](../extensions/HTTPNetworkTransport/) |
88 | | -- [Int](../extensions/Int/) |
89 | | -- [JSONDecodingError](../extensions/JSONDecodingError/) |
90 | | -- [JSONEncodable](../extensions/JSONEncodable/) |
91 | | -- [Optional](../extensions/Optional/) |
92 | | -- [RawRepresentable](../extensions/RawRepresentable/) |
93 | | -- [Record](../extensions/Record/) |
94 | | -- [RecordSet](../extensions/RecordSet/) |
95 | | -- [Reference](../extensions/Reference/) |
96 | | -- [RequestCreator](../extensions/RequestCreator/) |
97 | | -- [String](../extensions/String/) |
98 | | -- [URL](../extensions/URL/) |
| 72 | +- [ApolloClient](extensions/ApolloClient/) |
| 73 | +- [Array](extensions/Array/) |
| 74 | +- [Bool](extensions/Bool/) |
| 75 | +- [Dictionary](extensions/Dictionary/) |
| 76 | +- [DispatchQueue](extensions/DispatchQueue/) |
| 77 | +- [Double](extensions/Double/) |
| 78 | +- [Float](extensions/Float/) |
| 79 | +- [GraphQLError](extensions/GraphQLError/) |
| 80 | +- [GraphQLMapConvertible](extensions/GraphQLMapConvertible/) |
| 81 | +- [GraphQLMutation](extensions/GraphQLMutation/) |
| 82 | +- [GraphQLOperation](extensions/GraphQLOperation/) |
| 83 | +- [GraphQLQuery](extensions/GraphQLQuery/) |
| 84 | +- [GraphQLSelectionSet](extensions/GraphQLSelectionSet/) |
| 85 | +- [GraphQLSubscription](extensions/GraphQLSubscription/) |
| 86 | +- [GraphQLVariable](extensions/GraphQLVariable/) |
| 87 | +- [HTTPNetworkTransport](extensions/HTTPNetworkTransport/) |
| 88 | +- [Int](extensions/Int/) |
| 89 | +- [JSONDecodingError](extensions/JSONDecodingError/) |
| 90 | +- [JSONEncodable](extensions/JSONEncodable/) |
| 91 | +- [Optional](extensions/Optional/) |
| 92 | +- [RawRepresentable](extensions/RawRepresentable/) |
| 93 | +- [Record](extensions/Record/) |
| 94 | +- [RecordSet](extensions/RecordSet/) |
| 95 | +- [Reference](extensions/Reference/) |
| 96 | +- [RequestCreator](extensions/RequestCreator/) |
| 97 | +- [String](extensions/String/) |
| 98 | +- [URL](extensions/URL/) |
99 | 99 |
|
100 | 100 | ## Methods |
101 | 101 |
|
102 | | -- [unzip(_:)](../methods/unzip(_:)/) |
103 | | -- [unzip(_:)](../methods/unzip(_:)/) |
104 | | -- [unzip(_:count:)](../methods/unzip(_:count:)/) |
| 102 | +- [unzip(_:)](methods/unzip(_:)/) |
| 103 | +- [unzip(_:)](methods/unzip(_:)/) |
| 104 | +- [unzip(_:count:)](methods/unzip(_:count:)/) |
105 | 105 |
|
106 | 106 | # Reference Documentation |
107 | 107 | This reference documentation was generated with |
|
0 commit comments