diff --git a/apollo-ios-codegen/Sources/CodegenCLI/Constants.swift b/apollo-ios-codegen/Sources/CodegenCLI/Constants.swift index 000a326b0..5b4d70ef1 100644 --- a/apollo-ios-codegen/Sources/CodegenCLI/Constants.swift +++ b/apollo-ios-codegen/Sources/CodegenCLI/Constants.swift @@ -1,6 +1,6 @@ import Foundation public enum Constants { - public static let CLIVersion: String = "1.7.0" + public static let CLIVersion: String = "1.7.1" static let defaultFilePath: String = "./apollo-codegen-config.json" } diff --git a/apollo-ios/CHANGELOG.md b/apollo-ios/CHANGELOG.md index 300b4791e..192cd771a 100644 --- a/apollo-ios/CHANGELOG.md +++ b/apollo-ios/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## v1.7.1 + +### Fixed + +- **Fixed inconsistent ordering of fragments in generated operation definitions ([#130](https://github.com/apollographql/apollo-ios-dev/pull/130)):** In order to make the ordering of fragments consistent, they are not alphabetized. This is a change to the data that gets sent over the wire when making a network request for an operation with fragments. **[Persisted Queries](https://www.apollographql.com/docs/ios/fetching/persisted-queries) users should re-register their queries when upgrading to this version.** _Thank you to [@scottasoutherland](https://github.com/scottasoutherland) for reporting the issue._ + +### Improvement + +- **Add initializer for `SelectionSet` that takes a `[String: Any]` JSON object ([#102](https://github.com/apollographql/apollo-ios-dev/pull/102)):** _Thank you to [@Cookiezby](https://github.com/Cookiezby) for the contribution._ + + ## v1.7.0 **`ApolloCodegenLib` Now Uses Swift Concurrency** diff --git a/apollo-ios/CLI/apollo-ios-cli.tar.gz b/apollo-ios/CLI/apollo-ios-cli.tar.gz index 0a8ada9aa..2a6cb535d 100644 Binary files a/apollo-ios/CLI/apollo-ios-cli.tar.gz and b/apollo-ios/CLI/apollo-ios-cli.tar.gz differ diff --git a/apollo-ios/Sources/Apollo/Constants.swift b/apollo-ios/Sources/Apollo/Constants.swift index 10bdef5ff..4f7c801b4 100644 --- a/apollo-ios/Sources/Apollo/Constants.swift +++ b/apollo-ios/Sources/Apollo/Constants.swift @@ -1,5 +1,5 @@ import Foundation public enum Constants { - public static let ApolloVersion: String = "1.7.0" + public static let ApolloVersion: String = "1.7.1" } diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo.json index f48ae6a59..406d7a982 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo.json @@ -140,7 +140,8 @@ "identifiers" : [ "doc:\/\/Apollo\/documentation\/Apollo\/CachePolicy", "doc:\/\/Apollo\/documentation\/Apollo\/Constants", - "doc:\/\/Apollo\/documentation\/Apollo\/GraphQLHTTPRequestError" + "doc:\/\/Apollo\/documentation\/Apollo\/GraphQLHTTPRequestError", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError" ], "title" : "Enumerations" }, @@ -1921,6 +1922,37 @@ "type" : "topic", "url" : "\/documentation\/apollo\/responsepath" }, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, "doc://Apollo/documentation/Apollo/Swift": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset.json index 6886720df..8e678f32a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset.json @@ -90,7 +90,8 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)" + "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp", + "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq" ], "title" : "Initializers" } @@ -166,7 +167,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset" }, -"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)": { +"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-5dodp": { "abstract" : [ { "text" : "Initializes a ", @@ -238,12 +239,99 @@ "text" : "throws" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp", "kind" : "symbol", "role" : "symbol", "title" : "init(data:variables:)", "type" : "topic", - "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)" + "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp" +}, +"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-7xsfq": { + "abstract" : [ + { + "text" : "Initializes a ", + "type" : "text" + }, + { + "code" : "SelectionSet", + "type" : "codeVoice" + }, + { + "text" : " with a raw JSON response object.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "data" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "keyword", + "text" : "Any" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "variables" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI29GraphQLOperationVariableValueP", + "text" : "GraphQLOperationVariableValue" + }, + { + "kind" : "text", + "text" : "]?) " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(data:variables:)", + "type" : "topic", + "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-7xsfq" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-5dodp.json similarity index 98% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:).json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-5dodp.json index 9cd237d47..a211e79df 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-5dodp.json @@ -24,7 +24,7 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp" }, "kind" : "symbol", "metadata" : { @@ -288,7 +288,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)" + "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp" ], "traits" : [ { @@ -356,7 +356,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset" }, -"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)": { +"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-5dodp": { "abstract" : [ { "text" : "Initializes a ", @@ -428,12 +428,12 @@ "text" : "throws" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp", "kind" : "symbol", "role" : "symbol", "title" : "init(data:variables:)", "type" : "topic", - "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)" + "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-7xsfq.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-7xsfq.json new file mode 100644 index 000000000..e99066ed6 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-7xsfq.json @@ -0,0 +1,463 @@ +{ + "abstract" : [ + { + "text" : "Initializes a ", + "type" : "text" + }, + { + "code" : "SelectionSet", + "type" : "codeVoice" + }, + { + "text" : " with a raw JSON response object.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI", + "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "ApolloAPI", + "externalID" : "s:9ApolloAPI16RootSelectionSetP0A0E4data9variablesxSDySSypG_SDySSAA29GraphQLOperationVariableValue_pGSgtKcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "data" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "keyword", + "text" : "Any" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "variables" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI29GraphQLOperationVariableValueP", + "text" : "GraphQLOperationVariableValue" + }, + { + "kind" : "text", + "text" : "]?) " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "Apollo", + "relatedModules" : [ + "ApolloAPI" + ] + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(data:variables:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "data" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "keyword", + "text" : "Any" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "variables" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI29GraphQLOperationVariableValueP", + "text" : "GraphQLOperationVariableValue" + }, + { + "kind" : "text", + "text" : "]? = nil) " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + }, + { + "kind" : "parameters", + "parameters" : [ + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "A dictionary representing a JSON response object for a GraphQL object.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "data" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "[Optional] The operation variables that would be used to obtain", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "the given JSON response data.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "variables" + } + ] + }, + { + "content" : [ + { + "anchor" : "discussion", + "level" : 2, + "text" : "Discussion", + "type" : "heading" + }, + { + "inlineContent" : [ + { + "text" : "The process of converting a JSON response into ", + "type" : "text" + }, + { + "code" : "SelectionSetData", + "type" : "codeVoice" + }, + { + "text" : " is done by using a", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "code" : "GraphQLExecutor", + "type" : "codeVoice" + }, + { + "text" : " with a", + "type" : "text" + }, + { + "code" : "GraphQLSelectionSetMapper", + "type" : "codeVoice" + }, + { + "text" : " to parse, validate, and transform", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "the JSON response data into the format expected by ", + "type" : "text" + }, + { + "code" : "SelectionSet", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "kind" : "content" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-7xsfq" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/ApolloAPI": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apollo\/apolloapi" +}, +"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "extension" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "preciseIdentifier" : "s:9ApolloAPI16RootSelectionSetP", + "text" : "RootSelectionSet" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSet" + } + ], + "role" : "symbol", + "title" : "RootSelectionSet", + "type" : "topic", + "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset" +}, +"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-7xsfq": { + "abstract" : [ + { + "text" : "Initializes a ", + "type" : "text" + }, + { + "code" : "SelectionSet", + "type" : "codeVoice" + }, + { + "text" : " with a raw JSON response object.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "data" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "keyword", + "text" : "Any" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "variables" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI29GraphQLOperationVariableValueP", + "text" : "GraphQLOperationVariableValue" + }, + { + "kind" : "text", + "text" : "]?) " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(data:variables:)", + "type" : "topic", + "url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-7xsfq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor.json index 0cd1eb957..8521481ec 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor.json @@ -117,7 +117,7 @@ }, { "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ], "title" : "Enumerations" } @@ -218,7 +218,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -233,21 +233,21 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, "doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/id": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsepayloaddata.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsepayloaddata.json deleted file mode 100644 index 8538bf2ce..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsepayloaddata.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/Apollo\/documentation\/Apollo", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParsePayloadData" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO22cannotParsePayloadDatayA2EmF", - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParsePayloadData" - } - ], - "modules" : [ - { - "name" : "Apollo" - } - ], - "role" : "symbol", - "roleHeading" : "Case", - "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParsePayloadData" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParsePayloadData" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsepayloaddata" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://Apollo/documentation/Apollo": { - "abstract" : [ - { - "text" : "A Strongly typed, Swift-first, GraphQL client.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", - "kind" : "symbol", - "role" : "collection", - "title" : "Apollo", - "type" : "topic", - "url" : "\/documentation\/apollo" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor": { - "abstract" : [ - { - "text" : "Parses multipart response data into chunks and forwards each on to the next interceptor.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "enum" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParsePayloadData": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParsePayloadData" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParsePayloadData", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParsePayloadData", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsepayloaddata" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparseresponsedata.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparseresponsedata.json deleted file mode 100644 index b7576d267..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparseresponsedata.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/Apollo\/documentation\/Apollo", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseResponseData" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO011cannotParseC4DatayA2EmF", - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParseResponseData" - } - ], - "modules" : [ - { - "name" : "Apollo" - } - ], - "role" : "symbol", - "roleHeading" : "Case", - "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseResponseData" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParseResponseData" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparseresponsedata" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://Apollo/documentation/Apollo": { - "abstract" : [ - { - "text" : "A Strongly typed, Swift-first, GraphQL client.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", - "kind" : "symbol", - "role" : "collection", - "title" : "Apollo", - "type" : "topic", - "url" : "\/documentation\/apollo" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor": { - "abstract" : [ - { - "text" : "Parses multipart response data into chunks and forwards each on to the next interceptor.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "enum" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParseResponseData": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParseResponseData" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseResponseData", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseResponseData", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparseresponsedata" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/irrecoverableerror(message:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/irrecoverableerror(message:).json deleted file mode 100644 index db58a62de..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/irrecoverableerror(message:).json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/Apollo\/documentation\/Apollo", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/irrecoverableError(message:)" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO013irrecoverableF0yAESSSg_tcAEmF", - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "irrecoverableError" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "message" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : "?)" - } - ], - "modules" : [ - { - "name" : "Apollo" - } - ], - "role" : "symbol", - "roleHeading" : "Case", - "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.irrecoverableError(message:)" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "irrecoverableError" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "message" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : "?)" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/irrecoverableerror(message:)" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://Apollo/documentation/Apollo": { - "abstract" : [ - { - "text" : "A Strongly typed, Swift-first, GraphQL client.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", - "kind" : "symbol", - "role" : "collection", - "title" : "Apollo", - "type" : "topic", - "url" : "\/documentation\/apollo" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor": { - "abstract" : [ - { - "text" : "Parses multipart response data into chunks and forwards each on to the next interceptor.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "enum" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/irrecoverableError(message:)": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "irrecoverableError" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "message" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : "?)" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/irrecoverableError(message:)", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.irrecoverableError(message:)", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/irrecoverableerror(message:)" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/unsupportedcontenttype(type:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/unsupportedcontenttype(type:).json deleted file mode 100644 index ad62c2f74..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/unsupportedcontenttype(type:).json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/Apollo\/documentation\/Apollo", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/unsupportedContentType(type:)" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO22unsupportedContentTypeyAESS_tcAEmF", - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "unsupportedContentType" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "type" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : ")" - } - ], - "modules" : [ - { - "name" : "Apollo" - } - ], - "role" : "symbol", - "roleHeading" : "Case", - "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.unsupportedContentType(type:)" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "unsupportedContentType" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "type" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : ")" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/unsupportedcontenttype(type:)" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://Apollo/documentation/Apollo": { - "abstract" : [ - { - "text" : "A Strongly typed, Swift-first, GraphQL client.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", - "kind" : "symbol", - "role" : "collection", - "title" : "Apollo", - "type" : "topic", - "url" : "\/documentation\/apollo" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor": { - "abstract" : [ - { - "text" : "Parses multipart response data into chunks and forwards each on to the next interceptor.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingInterceptor" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "enum" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "MultipartResponseParsingError" - } - ], - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/unsupportedContentType(type:)": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "unsupportedContentType" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "type" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : ")" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/unsupportedContentType(type:)", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.unsupportedContentType(type:)", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/unsupportedcontenttype(type:)" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror.json similarity index 51% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror.json index 0e2d7c53f..e92897a0a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror.json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -25,7 +25,7 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "modules" : [ @@ -36,13 +36,13 @@ "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", "roleHeading" : "Enumeration", "symbolKind" : "enum", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError" + "title" : "MultipartResponseParsingInterceptor.ParsingError" }, "primaryContentSections" : [ { @@ -65,7 +65,7 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ] } @@ -79,6 +79,7 @@ "doc:\/\/Apollo\/10Foundation14LocalizedErrorP", "doc:\/\/Apollo\/SQ", "doc:\/\/Apollo\/s5ErrorP", + "doc:\/\/Apollo\/SH", "doc:\/\/Apollo\/s8SendableP" ], "kind" : "relationships", @@ -97,27 +98,23 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseChunkData", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParsePayloadData", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseResponseData", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/irrecoverableError(message:)", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/noResponseToParse", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/unsupportedContentType(type:)" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/cannotParseResponse", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/noResponseToParse" ], "title" : "Enumeration Cases" }, { "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/errorDescription" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/errorDescription" ], "title" : "Instance Properties" }, { "generated" : true, "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Equatable-Implementations", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Error-Implementations", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Equatable-Implementations", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Error-Implementations", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations" ], "title" : "Default Implementations" } @@ -125,7 +122,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" ], "traits" : [ { @@ -141,6 +138,11 @@ "title" : "Foundation.LocalizedError", "type" : "unresolvable" }, +"doc://Apollo/SH": { + "identifier" : "doc:\/\/Apollo\/SH", + "title" : "Swift.Hashable", + "type" : "unresolvable" +}, "doc://Apollo/SQ": { "identifier" : "doc:\/\/Apollo\/SQ", "title" : "Swift.Equatable", @@ -194,7 +196,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -209,106 +211,56 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/Equatable-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/Equatable-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Equatable-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Equatable-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "Equatable Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/equatable-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/equatable-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/Error-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/Error-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Error-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Error-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "Error Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/error-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/error-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/LocalizedError-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/LocalizedError-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "LocalizedError Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizederror-implementations" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParseChunkData": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParseChunkData" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseChunkData", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseChunkData", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsechunkdata" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParsePayloadData": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "cannotParsePayloadData" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParsePayloadData", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParsePayloadData", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsepayloaddata" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizederror-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParseResponseData": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/cannotParseResponse": { "abstract" : [ ], @@ -323,17 +275,17 @@ }, { "kind" : "identifier", - "text" : "cannotParseResponseData" + "text" : "cannotParseResponse" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseResponseData", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/cannotParseResponse", "kind" : "symbol", "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseResponseData", + "title" : "MultipartResponseParsingInterceptor.ParsingError.cannotParseResponse", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparseresponsedata" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/cannotparseresponse" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/errorDescription": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/errorDescription": { "abstract" : [ ], @@ -364,60 +316,14 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/errorDescription", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/errorDescription", "kind" : "symbol", "role" : "symbol", "title" : "errorDescription", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/errordescription" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/irrecoverableError(message:)": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "irrecoverableError" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "message" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : "?)" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/irrecoverableError(message:)", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.irrecoverableError(message:)", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/irrecoverableerror(message:)" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/errordescription" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/noResponseToParse": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/noResponseToParse": { "abstract" : [ ], @@ -435,58 +341,12 @@ "text" : "noResponseToParse" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/noResponseToParse", - "kind" : "symbol", - "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.noResponseToParse", - "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/noresponsetoparse" -}, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/unsupportedContentType(type:)": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "unsupportedContentType" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "type" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" - }, - { - "kind" : "text", - "text" : ")" - } - ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/unsupportedContentType(type:)", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/noResponseToParse", "kind" : "symbol", "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.unsupportedContentType(type:)", + "title" : "MultipartResponseParsingInterceptor.ParsingError.noResponseToParse", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/unsupportedcontenttype(type:)" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/noresponsetoparse" }, "doc://Apollo/s5ErrorP": { "identifier" : "doc:\/\/Apollo\/s5ErrorP", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/!=(_:_:).json similarity index 87% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/!=(_:_:).json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/!=(_:_:).json index e9e362c8d..984abb3d1 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/!=(_:_:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/!=(_:_:).json @@ -18,19 +18,19 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Equatable-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Equatable-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/!=(_:_:)" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/!=(_:_:)" }, "kind" : "symbol", "metadata" : { "extendedModule" : "Swift", - "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -188,7 +188,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/!=(_:_:)" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/!=(_:_:)" ], "traits" : [ { @@ -247,7 +247,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -262,23 +262,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/!=(_:_:)": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/!=(_:_:)": { "abstract" : [ ], @@ -333,23 +333,23 @@ "text" : "Bool" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/!=(_:_:)", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/!=(_:_:)", "kind" : "symbol", "role" : "symbol", "title" : "!=(_:_:)", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/!=(_:_:)" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/!=(_:_:)" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/Equatable-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/Equatable-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Equatable-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Equatable-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "Equatable Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/equatable-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/equatable-implementations" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsechunkdata.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/cannotparseresponse.json similarity index 78% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsechunkdata.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/cannotparseresponse.json index f730b564d..29d045969 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsechunkdata.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/cannotparseresponse.json @@ -4,17 +4,17 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseChunkData" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/cannotParseResponse" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO20cannotParseChunkDatayA2EmF", + "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO011cannotParseC0yA2EmF", "fragments" : [ { "kind" : "keyword", @@ -26,7 +26,7 @@ }, { "kind" : "identifier", - "text" : "cannotParseChunkData" + "text" : "cannotParseResponse" } ], "modules" : [ @@ -37,7 +37,7 @@ "role" : "symbol", "roleHeading" : "Case", "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseChunkData" + "title" : "MultipartResponseParsingInterceptor.ParsingError.cannotParseResponse" }, "primaryContentSections" : [ { @@ -60,7 +60,7 @@ }, { "kind" : "identifier", - "text" : "cannotParseChunkData" + "text" : "cannotParseResponse" } ] } @@ -79,7 +79,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsechunkdata" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/cannotparseresponse" ], "traits" : [ { @@ -138,7 +138,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -153,23 +153,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/cannotParseChunkData": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/cannotParseResponse": { "abstract" : [ ], @@ -184,15 +184,15 @@ }, { "kind" : "identifier", - "text" : "cannotParseChunkData" + "text" : "cannotParseResponse" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/cannotParseChunkData", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/cannotParseResponse", "kind" : "symbol", "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.cannotParseChunkData", + "title" : "MultipartResponseParsingInterceptor.ParsingError.cannotParseResponse", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsechunkdata" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/cannotparseresponse" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/equatable-implementations.json similarity index 84% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/equatable-implementations.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/equatable-implementations.json index 28990edf5..41a418dd8 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/equatable-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/equatable-implementations.json @@ -4,13 +4,13 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Equatable-Implementations" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Equatable-Implementations" }, "kind" : "article", "metadata" : { @@ -34,7 +34,7 @@ { "generated" : true, "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/!=(_:_:)" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/!=(_:_:)" ], "title" : "Operators" } @@ -89,7 +89,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -104,23 +104,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/!=(_:_:)": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/!=(_:_:)": { "abstract" : [ ], @@ -175,12 +175,12 @@ "text" : "Bool" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/!=(_:_:)", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/!=(_:_:)", "kind" : "symbol", "role" : "symbol", "title" : "!=(_:_:)", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/!=(_:_:)" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/!=(_:_:)" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/error-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/error-implementations.json similarity index 82% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/error-implementations.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/error-implementations.json index f7bf51fc8..cd48590eb 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/error-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/error-implementations.json @@ -4,13 +4,13 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Error-Implementations" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Error-Implementations" }, "kind" : "article", "metadata" : { @@ -34,7 +34,7 @@ { "generated" : true, "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/localizedDescription" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/localizedDescription" ], "title" : "Instance Properties" } @@ -89,7 +89,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -104,23 +104,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/localizedDescription": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/localizedDescription": { "abstract" : [ ], @@ -147,12 +147,12 @@ "text" : "String" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/localizedDescription", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/localizedDescription", "kind" : "symbol", "role" : "symbol", "title" : "localizedDescription", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizeddescription" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizeddescription" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/errordescription.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/errordescription.json similarity index 87% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/errordescription.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/errordescription.json index 532be0737..f621200ef 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/errordescription.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/errordescription.json @@ -18,17 +18,17 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/errorDescription" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/errorDescription" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO16errorDescriptionSSSgvp", + "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO16errorDescriptionSSSgvp", "fragments" : [ { "kind" : "keyword", @@ -127,7 +127,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/errordescription" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/errordescription" ], "traits" : [ { @@ -186,7 +186,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -201,23 +201,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/errorDescription": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/errorDescription": { "abstract" : [ ], @@ -248,12 +248,12 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/errorDescription", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/errorDescription", "kind" : "symbol", "role" : "symbol", "title" : "errorDescription", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/errordescription" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/errordescription" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/failurereason.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/failurereason.json similarity index 86% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/failurereason.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/failurereason.json index 61b946c1d..c5db104bb 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/failurereason.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/failurereason.json @@ -18,19 +18,19 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/failureReason" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/failureReason" }, "kind" : "symbol", "metadata" : { "extendedModule" : "Foundation", - "externalID" : "s:10Foundation14LocalizedErrorPAAE13failureReasonSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:10Foundation14LocalizedErrorPAAE13failureReasonSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -162,7 +162,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/failurereason" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/failurereason" ], "traits" : [ { @@ -221,7 +221,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -236,34 +236,34 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/LocalizedError-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/LocalizedError-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "LocalizedError Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizederror-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizederror-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/failureReason": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/failureReason": { "abstract" : [ ], @@ -294,12 +294,12 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/failureReason", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/failureReason", "kind" : "symbol", "role" : "symbol", "title" : "failureReason", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/failurereason" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/failurereason" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/helpanchor.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/helpanchor.json similarity index 86% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/helpanchor.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/helpanchor.json index 9435c5e66..9958eb15e 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/helpanchor.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/helpanchor.json @@ -18,19 +18,19 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/helpAnchor" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/helpAnchor" }, "kind" : "symbol", "metadata" : { "extendedModule" : "Foundation", - "externalID" : "s:10Foundation14LocalizedErrorPAAE10helpAnchorSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:10Foundation14LocalizedErrorPAAE10helpAnchorSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -162,7 +162,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/helpanchor" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/helpanchor" ], "traits" : [ { @@ -221,7 +221,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -236,34 +236,34 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/LocalizedError-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/LocalizedError-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "LocalizedError Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizederror-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizederror-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/helpAnchor": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/helpAnchor": { "abstract" : [ ], @@ -294,12 +294,12 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/helpAnchor", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/helpAnchor", "kind" : "symbol", "role" : "symbol", "title" : "helpAnchor", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/helpanchor" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/helpanchor" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizeddescription.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizeddescription.json similarity index 86% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizeddescription.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizeddescription.json index a8079e11b..174a1a4b6 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizeddescription.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizeddescription.json @@ -18,19 +18,19 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Error-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Error-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/localizedDescription" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/localizedDescription" }, "kind" : "symbol", "metadata" : { "extendedModule" : "Swift", - "externalID" : "s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -158,7 +158,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizeddescription" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizeddescription" ], "traits" : [ { @@ -217,7 +217,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -232,34 +232,34 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/Error-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/Error-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/Error-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/Error-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "Error Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/error-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/error-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/localizedDescription": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/localizedDescription": { "abstract" : [ ], @@ -286,12 +286,12 @@ "text" : "String" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/localizedDescription", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/localizedDescription", "kind" : "symbol", "role" : "symbol", "title" : "localizedDescription", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizeddescription" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizeddescription" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizederror-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizederror-implementations.json similarity index 80% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizederror-implementations.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizederror-implementations.json index ce8fca708..ad0d09821 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizederror-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizederror-implementations.json @@ -4,13 +4,13 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations" }, "kind" : "article", "metadata" : { @@ -34,9 +34,9 @@ { "generated" : true, "identifiers" : [ - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/failureReason", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/helpAnchor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/recoverySuggestion" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/failureReason", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/helpAnchor", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/recoverySuggestion" ], "title" : "Instance Properties" } @@ -91,7 +91,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -106,23 +106,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/failureReason": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/failureReason": { "abstract" : [ ], @@ -153,14 +153,14 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/failureReason", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/failureReason", "kind" : "symbol", "role" : "symbol", "title" : "failureReason", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/failurereason" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/failurereason" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/helpAnchor": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/helpAnchor": { "abstract" : [ ], @@ -191,14 +191,14 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/helpAnchor", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/helpAnchor", "kind" : "symbol", "role" : "symbol", "title" : "helpAnchor", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/helpanchor" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/helpanchor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/recoverySuggestion": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/recoverySuggestion": { "abstract" : [ ], @@ -229,12 +229,12 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/recoverySuggestion", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/recoverySuggestion", "kind" : "symbol", "role" : "symbol", "title" : "recoverySuggestion", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/recoverysuggestion" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/recoverysuggestion" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/noresponsetoparse.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/noresponsetoparse.json similarity index 81% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/noresponsetoparse.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/noresponsetoparse.json index 5cd96cc3c..efa3575af 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/noresponsetoparse.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/noresponsetoparse.json @@ -4,17 +4,17 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/noResponseToParse" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/noResponseToParse" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO02noC7ToParseyA2EmF", + "externalID" : "s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO02noC7ToParseyA2EmF", "fragments" : [ { "kind" : "keyword", @@ -37,7 +37,7 @@ "role" : "symbol", "roleHeading" : "Case", "symbolKind" : "case", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.noResponseToParse" + "title" : "MultipartResponseParsingInterceptor.ParsingError.noResponseToParse" }, "primaryContentSections" : [ { @@ -79,7 +79,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/noresponsetoparse" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/noresponsetoparse" ], "traits" : [ { @@ -138,7 +138,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -153,23 +153,23 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/noResponseToParse": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/noResponseToParse": { "abstract" : [ ], @@ -187,12 +187,12 @@ "text" : "noResponseToParse" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/noResponseToParse", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/noResponseToParse", "kind" : "symbol", "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError.noResponseToParse", + "title" : "MultipartResponseParsingInterceptor.ParsingError.noResponseToParse", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/noresponsetoparse" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/noresponsetoparse" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/recoverysuggestion.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/recoverysuggestion.json similarity index 86% rename from docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/recoverysuggestion.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/recoverysuggestion.json index 3dc91de57..a11e6d6b7 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/recoverysuggestion.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/recoverysuggestion.json @@ -18,19 +18,19 @@ [ "doc:\/\/Apollo\/documentation\/Apollo", "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", - "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations" + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", + "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/recoverySuggestion" + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/recoverySuggestion" }, "kind" : "symbol", "metadata" : { "extendedModule" : "Foundation", - "externalID" : "s:10Foundation14LocalizedErrorPAAE18recoverySuggestionSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0bcD5ErrorO", + "externalID" : "s:10Foundation14LocalizedErrorPAAE18recoverySuggestionSSSgvp::SYNTHESIZED::s:6Apollo35MultipartResponseParsingInterceptorV0D5ErrorO", "fragments" : [ { "kind" : "keyword", @@ -162,7 +162,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/recoverysuggestion" + "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/recoverysuggestion" ], "traits" : [ { @@ -221,7 +221,7 @@ "type" : "topic", "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError": { "abstract" : [ ], @@ -236,34 +236,34 @@ }, { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "MultipartResponseParsingError" + "text" : "ParsingError" } ], "role" : "symbol", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/LocalizedError-Implementations": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/LocalizedError-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/LocalizedError-Implementations", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/LocalizedError-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "LocalizedError Implementations", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizederror-implementations" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizederror-implementations" }, -"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/MultipartResponseParsingError/recoverySuggestion": { +"doc://Apollo/documentation/Apollo/MultipartResponseParsingInterceptor/ParsingError/recoverySuggestion": { "abstract" : [ ], @@ -294,12 +294,12 @@ "text" : "?" } ], - "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/MultipartResponseParsingError\/recoverySuggestion", + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/MultipartResponseParsingInterceptor\/ParsingError\/recoverySuggestion", "kind" : "symbol", "role" : "symbol", "title" : "recoverySuggestion", "type" : "topic", - "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/recoverysuggestion" + "url" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/recoverysuggestion" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport.json index 8875ed937..fa5b810bb 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport.json @@ -479,7 +479,7 @@ "doc://Apollo/documentation/Apollo/RequestChainNetworkTransport/constructRequest(for:cachePolicy:contextIdentifier:context:)": { "abstract" : [ { - "text" : "Constructs a default (ie, non-multipart) GraphQL request.", + "text" : "Constructs a GraphQL request for the given operation.", "type" : "text" } ], diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport/constructrequest(for:cachepolicy:contextidentifier:context:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport/constructrequest(for:cachepolicy:contextidentifier:context:).json index 174935d30..a861db5f6 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport/constructrequest(for:cachepolicy:contextidentifier:context:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/requestchainnetworktransport/constructrequest(for:cachepolicy:contextidentifier:context:).json @@ -1,7 +1,7 @@ { "abstract" : [ { - "text" : "Constructs a default (ie, non-multipart) GraphQL request.", + "text" : "Constructs a GraphQL request for the given operation.", "type" : "text" } ], @@ -595,7 +595,7 @@ "doc://Apollo/documentation/Apollo/RequestChainNetworkTransport/constructRequest(for:cachePolicy:contextIdentifier:context:)": { "abstract" : [ { - "text" : "Constructs a default (ie, non-multipart) GraphQL request.", + "text" : "Constructs a GraphQL request for the given operation.", "type" : "text" } ], diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror.json new file mode 100644 index 000000000..df267767d --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror.json @@ -0,0 +1,239 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:6Apollo31RootSelectionSetInitializeErrorO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "modules" : [ + { + "name" : "Apollo" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "roleHeading" : "Enumeration", + "symbolKind" : "enum", + "title" : "RootSelectionSetInitializeError" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ] + } + ], + "kind" : "declarations" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/Apollo\/SQ", + "doc:\/\/Apollo\/s5ErrorP", + "doc:\/\/Apollo\/SH", + "doc:\/\/Apollo\/s8SendableP" + ], + "kind" : "relationships", + "title" : "Conforms To", + "type" : "conformsTo" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/hasNonHashableValue" + ], + "title" : "Enumeration Cases" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Equatable-Implementations", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Error-Implementations" + ], + "title" : "Default Implementations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollo\/rootselectionsetinitializeerror" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://Apollo/SH": { + "identifier" : "doc:\/\/Apollo\/SH", + "title" : "Swift.Hashable", + "type" : "unresolvable" +}, +"doc://Apollo/SQ": { + "identifier" : "doc:\/\/Apollo\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/equatable-implementations" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/Error-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Error-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Error Implementations", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/error-implementations" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/hasNonHashableValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasNonHashableValue" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/hasNonHashableValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "RootSelectionSetInitializeError.hasNonHashableValue", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/hasnonhashablevalue" +}, +"doc://Apollo/s5ErrorP": { + "identifier" : "doc:\/\/Apollo\/s5ErrorP", + "title" : "Swift.Error", + "type" : "unresolvable" +}, +"doc://Apollo/s8SendableP": { + "identifier" : "doc:\/\/Apollo\/s8SendableP", + "title" : "Swift.Sendable", + "type" : "unresolvable" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/!=(_:_:).json new file mode 100644 index 000000000..b2860b4eb --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/!=(_:_:).json @@ -0,0 +1,320 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Equatable.!=(_:_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Equatable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/!=(_:_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:6Apollo31RootSelectionSetInitializeErrorO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "!=" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "Apollo", + "relatedModules" : [ + "Swift" + ] + } + ], + "role" : "symbol", + "roleHeading" : "Operator", + "symbolKind" : "op", + "title" : "!=(_:_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "!=" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "internalParam", + "text" : "lhs" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "internalParam", + "text" : "rhs" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollo\/rootselectionsetinitializeerror\/!=(_:_:)" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/!=(_:_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "!=" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/!=(_:_:)" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/equatable-implementations" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/equatable-implementations.json new file mode 100644 index 000000000..425b0cd60 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/equatable-implementations.json @@ -0,0 +1,151 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Equatable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "Apollo" + } + ], + "role" : "collectionGroup", + "title" : "Equatable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/!=(_:_:)" + ], + "title" : "Operators" + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/!=(_:_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "!=" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/!=(_:_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/error-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/error-implementations.json new file mode 100644 index 000000000..5b3029a9e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/error-implementations.json @@ -0,0 +1,123 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Error-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "Apollo" + } + ], + "role" : "collectionGroup", + "title" : "Error Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/localizedDescription" + ], + "title" : "Instance Properties" + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/localizedDescription": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "localizedDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/localizedDescription", + "kind" : "symbol", + "role" : "symbol", + "title" : "localizedDescription", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/localizeddescription" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue.json new file mode 100644 index 000000000..399deb214 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue.json @@ -0,0 +1,163 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/hasNonHashableValue" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:6Apollo31RootSelectionSetInitializeErrorO19hasNonHashableValueyA2CmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasNonHashableValue" + } + ], + "modules" : [ + { + "name" : "Apollo" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "RootSelectionSetInitializeError.hasNonHashableValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasNonHashableValue" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollo\/rootselectionsetinitializeerror\/hasnonhashablevalue" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/hasNonHashableValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasNonHashableValue" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/hasNonHashableValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "RootSelectionSetInitializeError.hasNonHashableValue", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/hasnonhashablevalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/localizeddescription.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/localizeddescription.json new file mode 100644 index 000000000..c7caf015a --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/rootselectionsetinitializeerror/localizeddescription.json @@ -0,0 +1,262 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Error.localizedDescription", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/Apollo\/documentation\/Apollo", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Error-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/localizedDescription" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s5ErrorP10FoundationE20localizedDescriptionSSvp::SYNTHESIZED::s:6Apollo31RootSelectionSetInitializeErrorO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "localizedDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "modules" : [ + { + "name" : "Apollo", + "relatedModules" : [ + "Swift" + ] + } + ], + "platforms" : [ + { + "beta" : false, + "deprecated" : false, + "introducedAt" : "8.0", + "name" : "iOS", + "unavailable" : false + }, + { + "beta" : false, + "deprecated" : false, + "introducedAt" : "10.10", + "name" : "macOS", + "unavailable" : false + }, + { + "beta" : false, + "deprecated" : false, + "introducedAt" : "9.0", + "name" : "tvOS", + "unavailable" : false + }, + { + "beta" : false, + "deprecated" : false, + "introducedAt" : "2.0", + "name" : "watchOS", + "unavailable" : false + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "localizedDescription" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "localizedDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollo\/rootselectionsetinitializeerror\/localizeddescription" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://Apollo/documentation/Apollo": { + "abstract" : [ + { + "text" : "A Strongly typed, Swift-first, GraphQL client.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo", + "kind" : "symbol", + "role" : "collection", + "title" : "Apollo", + "type" : "topic", + "url" : "\/documentation\/apollo" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "RootSelectionSetInitializeError" + } + ], + "role" : "symbol", + "title" : "RootSelectionSetInitializeError", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/Error-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/Error-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Error Implementations", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/error-implementations" +}, +"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError/localizedDescription": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "localizedDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError\/localizedDescription", + "kind" : "symbol", + "role" : "symbol", + "title" : "localizedDescription", + "type" : "topic", + "url" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/localizeddescription" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json index e3e58dcbc..e9df86487 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json @@ -144,6 +144,7 @@ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/AnyHashableConvertible", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CompositeInlineFragment", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CompositeSelectionSet", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Fragment", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/FragmentContainer", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLMutation", @@ -170,6 +171,7 @@ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CacheKeyInfo", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CacheReference", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/InputDict", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/ListData", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/ObjectData", @@ -691,6 +693,79 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/datadict" }, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict.json index 0ed74f9c8..2cef23daf 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict.json @@ -115,7 +115,7 @@ }, { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:)" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:deferredFragments:)" ], "title" : "Initializers" }, @@ -388,7 +388,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/datadict\/hash(into:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/DataDict/init(data:fulfilledFragments:)": { +"doc://ApolloAPI/documentation/ApolloAPI/DataDict/init(data:fulfilledFragments:deferredFragments:)": { "abstract" : [ ], @@ -449,17 +449,43 @@ "preciseIdentifier" : "s:SO", "text" : "ObjectIdentifier" }, + { + "kind" : "text", + "text" : ">, " + }, + { + "kind" : "externalParam", + "text" : "deferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sh", + "text" : "Set" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SO", + "text" : "ObjectIdentifier" + }, { "kind" : "text", "text" : ">)" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:)", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:deferredFragments:)", "kind" : "symbol", "role" : "symbol", - "title" : "init(data:fulfilledFragments:)", + "title" : "init(data:fulfilledFragments:deferredFragments:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:)" + "url" : "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:deferredfragments:)" }, "doc://ApolloAPI/documentation/ApolloAPI/DataDict/subscript(_:)-5tqti": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:deferredfragments:).json similarity index 79% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:).json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:deferredfragments:).json index 67b727801..25aa982ad 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/datadict/init(data:fulfilledfragments:deferredfragments:).json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:)" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:deferredFragments:)" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI8DataDictV4data18fulfilledFragmentsACSDySSs11AnyHashableVG_ShySOGtcfc", + "externalID" : "s:9ApolloAPI8DataDictV4data18fulfilledFragments08deferredG0ACSDySSs11AnyHashableVG_ShySOGAJtcfc", "fragments" : [ { "kind" : "identifier", @@ -71,6 +71,32 @@ "preciseIdentifier" : "s:SO", "text" : "ObjectIdentifier" }, + { + "kind" : "text", + "text" : ">, " + }, + { + "kind" : "externalParam", + "text" : "deferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sh", + "text" : "Set" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SO", + "text" : "ObjectIdentifier" + }, { "kind" : "text", "text" : ">)" @@ -84,7 +110,7 @@ "role" : "symbol", "roleHeading" : "Initializer", "symbolKind" : "init", - "title" : "init(data:fulfilledFragments:)" + "title" : "init(data:fulfilledFragments:deferredFragments:)" }, "primaryContentSections" : [ { @@ -155,7 +181,33 @@ }, { "kind" : "text", - "text" : ">)" + "text" : ">, " + }, + { + "kind" : "externalParam", + "text" : "deferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sh", + "text" : "Set" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SO", + "text" : "ObjectIdentifier" + }, + { + "kind" : "text", + "text" : "> = [])" } ] } @@ -174,7 +226,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:)" + "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:deferredfragments:)" ], "traits" : [ { @@ -280,7 +332,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/datadict" }, -"doc://ApolloAPI/documentation/ApolloAPI/DataDict/init(data:fulfilledFragments:)": { +"doc://ApolloAPI/documentation/ApolloAPI/DataDict/init(data:fulfilledFragments:deferredFragments:)": { "abstract" : [ ], @@ -341,17 +393,43 @@ "preciseIdentifier" : "s:SO", "text" : "ObjectIdentifier" }, + { + "kind" : "text", + "text" : ">, " + }, + { + "kind" : "externalParam", + "text" : "deferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sh", + "text" : "Set" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SO", + "text" : "ObjectIdentifier" + }, { "kind" : "text", "text" : ">)" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:)", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/DataDict\/init(data:fulfilledFragments:deferredFragments:)", "kind" : "symbol", "role" : "symbol", - "title" : "init(data:fulfilledFragments:)", + "title" : "init(data:fulfilledFragments:deferredFragments:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:)" + "url" : "\/documentation\/apolloapi\/datadict\/init(data:fulfilledfragments:deferredfragments:)" }, "doc://ApolloAPI/documentation/ApolloAPI/SelectionSet": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferrable.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferrable.json new file mode 100644 index 000000000..a582ebe08 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferrable.json @@ -0,0 +1,295 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI10DeferrableP", + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "roleHeading" : "Protocol", + "symbolKind" : "protocol", + "title" : "Deferrable" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI12SelectionSetP", + "text" : "SelectionSet" + } + ] + } + ], + "kind" : "declarations" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", + "doc:\/\/ApolloAPI\/SQ", + "doc:\/\/ApolloAPI\/SH" + ], + "kind" : "relationships", + "title" : "Inherits From", + "type" : "inheritsFrom" + }, + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Fragment" + ], + "kind" : "relationships", + "title" : "Inherited By", + "type" : "inheritedBy" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferrable" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/SH": { + "identifier" : "doc:\/\/ApolloAPI\/SH", + "title" : "Swift.Hashable", + "type" : "unresolvable" +}, +"doc://ApolloAPI/SQ": { + "identifier" : "doc:\/\/ApolloAPI\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Fragment": { + "abstract" : [ + { + "text" : "A protocol representing a fragment that a ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " object may be converted to.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Fragment" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Fragment", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Fragment" + } + ], + "role" : "symbol", + "title" : "Fragment", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/fragment" +}, +"doc://ApolloAPI/documentation/ApolloAPI/SelectionSet": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "SelectionSet" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "SelectionSet" + } + ], + "role" : "symbol", + "title" : "SelectionSet", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selectionset" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred.json new file mode 100644 index 000000000..6f4d0c628 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred.json @@ -0,0 +1,465 @@ +{ + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "roleHeading" : "Structure", + "symbolKind" : "struct", + "title" : "Deferred" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "attribute", + "text" : "@propertyWrapper" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "genericParameter", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : "> " + }, + { + "kind" : "keyword", + "text" : "where" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/projectedValue", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/state-swift.property", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/wrappedValue" + ], + "title" : "Instance Properties" + }, + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum" + ], + "title" : "Enumerations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/projectedValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "projectedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/projectedValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "projectedValue", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/projectedvalue" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/state-swift.property": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "state" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/state-swift.property", + "kind" : "symbol", + "role" : "symbol", + "title" : "state", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.property" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/wrappedValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "wrappedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/wrappedValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "wrappedValue", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/wrappedvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/projectedvalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/projectedvalue.json new file mode 100644 index 000000000..e9e6d63f1 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/projectedvalue.json @@ -0,0 +1,335 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/projectedValue" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV14projectedValueAC5StateOyx_Gvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "projectedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "projectedValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "projectedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/projectedvalue" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/projectedValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "projectedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/projectedValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "projectedValue", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/projectedvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum.json new file mode 100644 index 000000000..59ed0db7b --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum.json @@ -0,0 +1,330 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV5StateO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "roleHeading" : "Enumeration", + "symbolKind" : "enum", + "title" : "Deferred.State" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/fulfilled(_:)", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/notExecuted", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/pending" + ], + "title" : "Enumeration Cases" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/state-swift.enum" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/fulfilled(_:)": { + "abstract" : [ + { + "text" : "The deferred value has been received.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "fulfilled" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/fulfilled(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.fulfilled(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/fulfilled(_:)" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/notExecuted": { + "abstract" : [ + { + "text" : "The deferred value can never be fulfilled, such as in the case of a type case mismatch.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "notExecuted" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/notExecuted", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.notExecuted", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/notexecuted" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/pending": { + "abstract" : [ + { + "text" : "The deferred selection set has not been received yet.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "pending" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/pending", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.pending", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/pending" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/fulfilled(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/fulfilled(_:).json new file mode 100644 index 000000000..964e5dd19 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/fulfilled(_:).json @@ -0,0 +1,289 @@ +{ + "abstract" : [ + { + "text" : "The deferred value has been received.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/fulfilled(_:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV5StateO9fulfilledyAEyx_GxcAGmAA10DeferrableRzlF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "fulfilled" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Deferred.State.fulfilled(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "fulfilled" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/state-swift.enum\/fulfilled(_:)" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/fulfilled(_:)": { + "abstract" : [ + { + "text" : "The deferred value has been received.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "fulfilled" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/fulfilled(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.fulfilled(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/fulfilled(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/notexecuted.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/notexecuted.json new file mode 100644 index 000000000..f145ddda5 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/notexecuted.json @@ -0,0 +1,253 @@ +{ + "abstract" : [ + { + "text" : "The deferred value can never be fulfilled, such as in the case of a type case mismatch.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/notExecuted" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV5StateO11notExecutedyAEyx_GAGmAA10DeferrableRzlF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "notExecuted" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Deferred.State.notExecuted" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "notExecuted" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/state-swift.enum\/notexecuted" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/notExecuted": { + "abstract" : [ + { + "text" : "The deferred value can never be fulfilled, such as in the case of a type case mismatch.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "notExecuted" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/notExecuted", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.notExecuted", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/notexecuted" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/pending.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/pending.json new file mode 100644 index 000000000..402993562 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.enum/pending.json @@ -0,0 +1,253 @@ +{ + "abstract" : [ + { + "text" : "The deferred selection set has not been received yet.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/pending" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV5StateO7pendingyAEyx_GAGmAA10DeferrableRzlF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "pending" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Deferred.State.pending" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "pending" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/state-swift.enum\/pending" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum/pending": { + "abstract" : [ + { + "text" : "The deferred selection set has not been received yet.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "pending" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum\/pending", + "kind" : "symbol", + "role" : "symbol", + "title" : "Deferred.State.pending", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum\/pending" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.property.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.property.json new file mode 100644 index 000000000..62cab084e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/state-swift.property.json @@ -0,0 +1,335 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/state-swift.property" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV5stateAC5StateOyx_Gvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "state" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "state" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "state" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/state-swift.property" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/State-swift.enum": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/State-swift.enum", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "State" + } + ], + "role" : "symbol", + "title" : "Deferred.State", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.enum" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/state-swift.property": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "state" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV", + "text" : "Deferred" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : ">." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI8DeferredV5StateO", + "text" : "State" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/state-swift.property", + "kind" : "symbol", + "role" : "symbol", + "title" : "state", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/state-swift.property" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/wrappedvalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/wrappedvalue.json new file mode 100644 index 000000000..cc49f2176 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/deferred/wrappedvalue.json @@ -0,0 +1,256 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/wrappedValue" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI8DeferredV12wrappedValuexSgvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "wrappedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "wrappedValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "wrappedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : "? { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/deferred\/wrappedvalue" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred": { + "abstract" : [ + { + "text" : "Wraps a deferred selection set (either an inline fragment or fragment spread) to expose the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fulfilled value as well as the fulfilled state through the projected value.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferred" + } + ], + "role" : "symbol", + "title" : "Deferred", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferred/wrappedValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "wrappedValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Fragment" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferred\/wrappedValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "wrappedValue", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferred\/wrappedvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/fragment.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/fragment.json index 669844998..f2e7c27e3 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/fragment.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/fragment.json @@ -86,10 +86,10 @@ "text" : " : " }, { - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI12SelectionSetP", - "text" : "SelectionSet" + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" } ] } @@ -159,6 +159,7 @@ "relationshipsSections" : [ { "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet", "doc:\/\/ApolloAPI\/SQ", "doc:\/\/ApolloAPI\/SH" @@ -260,6 +261,37 @@ "type" : "topic", "url" : "\/documentation\/apolloapi" }, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, "doc://ApolloAPI/documentation/ApolloAPI/Fragment": { "abstract" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json index a2326c678..17bcb11fa 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json @@ -127,6 +127,7 @@ "identifiers" : [ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/definition", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/document", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationDocument", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationIdentifier", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationName", @@ -458,6 +459,50 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/graphqloperation\/document" }, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/hasDeferredFragments-78tn2": { + "abstract" : [ + + ], + "defaultImplementations" : 1, + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2", + "kind" : "symbol", + "required" : true, + "role" : "symbol", + "title" : "hasDeferredFragments", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-78tn2" +}, "doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/operationDocument": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-5sx8d.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-5sx8d.json new file mode 100644 index 000000000..24876ab22 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-5sx8d.json @@ -0,0 +1,359 @@ +{ + "abstract" : [ + { + "code" : "True", + "type" : "codeVoice" + }, + { + "text" : " if any selection set, or nested selection set, within the operation contains any", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-5sx8d" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "ApolloAPI", + "externalID" : "s:9ApolloAPI16GraphQLOperationPAAE20hasDeferredFragmentsSbvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "hasDeferredFragments" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-5sx8d" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "GraphQLOperation" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "GraphQLOperation" + } + ], + "role" : "symbol", + "title" : "GraphQLOperation", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/hasDeferredFragments-5sx8d": { + "abstract" : [ + { + "code" : "True", + "type" : "codeVoice" + }, + { + "text" : " if any selection set, or nested selection set, within the operation contains any", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-5sx8d", + "kind" : "symbol", + "role" : "symbol", + "title" : "hasDeferredFragments", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-5sx8d" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/hasDeferredFragments-78tn2": { + "abstract" : [ + + ], + "defaultImplementations" : 1, + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2", + "kind" : "symbol", + "required" : true, + "role" : "symbol", + "title" : "hasDeferredFragments", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-78tn2" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-78tn2.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-78tn2.json new file mode 100644 index 000000000..22b40249c --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/hasdeferredfragments-78tn2.json @@ -0,0 +1,340 @@ +{ + "defaultImplementationsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-5sx8d" + ], + "title" : "GraphQLOperation Implementations" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI16GraphQLOperationP20hasDeferredFragmentsSbvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "required" : true, + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "hasDeferredFragments" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-78tn2" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "GraphQLOperation" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "GraphQLOperation" + } + ], + "role" : "symbol", + "title" : "GraphQLOperation", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/hasDeferredFragments-5sx8d": { + "abstract" : [ + { + "code" : "True", + "type" : "codeVoice" + }, + { + "text" : " if any selection set, or nested selection set, within the operation contains any", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-5sx8d", + "kind" : "symbol", + "role" : "symbol", + "title" : "hasDeferredFragments", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-5sx8d" +}, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/hasDeferredFragments-78tn2": { + "abstract" : [ + + ], + "defaultImplementations" : 1, + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hasDeferredFragments" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/hasDeferredFragments-78tn2", + "kind" : "symbol", + "required" : true, + "role" : "symbol", + "title" : "hasDeferredFragments", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/hasdeferredfragments-78tn2" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationtype-14lsi.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationtype-14lsi.json index 280bb4b32..a6392fb7c 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationtype-14lsi.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationtype-14lsi.json @@ -2,8 +2,8 @@ "defaultImplementationsSections" : [ { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-90ybj", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-5e63x", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-90ybj", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-370r3" ], "title" : "GraphQLOperation Implementations" diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection.json index c80bf4ccf..3e4963b62 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection.json @@ -94,7 +94,6 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Field" ], @@ -103,6 +102,7 @@ { "identifiers" : [ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/conditional(_:_:)", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/deferred(if:_:label:)", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/field(_:)", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/fragment(_:)", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/inlineFragment(_:)" @@ -112,17 +112,23 @@ { "identifiers" : [ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/field(_:alias:_:arguments:)", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1azho", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1mgoh", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-2i1vt", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-2l05r", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-3p4my", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8113z", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9kbqy", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8eyjn", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9w8ok", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-viy1" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-jeck", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-r1a4" ], "title" : "Type Methods" }, + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition" + ], + "title" : "Enumerations" + }, { "generated" : true, "identifiers" : [ @@ -246,7 +252,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -432,6 +438,98 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditional(_:_:)" }, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/deferred(if:_:label:)": { + "abstract" : [ + { + "text" : "A fragment spread or inline fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "deferred" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "if" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" + }, + { + "kind" : "text", + "text" : ".Type, " + }, + { + "kind" : "externalParam", + "text" : "label" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/deferred(if:_:label:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "Selection.deferred(if:_:label:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/deferred(if:_:label:)" +}, "doc://ApolloAPI/documentation/ApolloAPI/Selection/field(_:)": { "abstract" : [ { @@ -626,7 +724,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/fragment(_:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-1azho": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-1mgoh": { "abstract" : [ ], @@ -674,12 +772,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : "], " + "text" : "], [" }, { "kind" : "typeIdentifier", @@ -688,7 +786,7 @@ }, { "kind" : "text", - "text" : ") -> " + "text" : "]) -> " }, { "kind" : "typeIdentifier", @@ -696,12 +794,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1azho", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1mgoh", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-1azho" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-1mgoh" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-2i1vt": { "abstract" : [ @@ -925,7 +1023,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-3p4my" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-8113z": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-8eyjn": { "abstract" : [ ], @@ -973,12 +1071,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : ", " + "text" : ", [" }, { "kind" : "typeIdentifier", @@ -987,7 +1085,7 @@ }, { "kind" : "text", - "text" : ") -> " + "text" : "]) -> " }, { "kind" : "typeIdentifier", @@ -995,14 +1093,14 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8113z", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8eyjn", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-8113z" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-8eyjn" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-9kbqy": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-9w8ok": { "abstract" : [ ], @@ -1037,25 +1135,16 @@ }, { "kind" : "text", - "text" : ": [" - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO", - "text" : "Selection" - }, - { - "kind" : "text", - "text" : "." + "text" : ": " }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", - "text" : "Condition" + "preciseIdentifier" : "s:SS", + "text" : "String" }, { "kind" : "text", - "text" : "], [" + "text" : ", [" }, { "kind" : "typeIdentifier", @@ -1072,14 +1161,14 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9kbqy", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9w8ok", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-9kbqy" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-9w8ok" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-9w8ok": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-jeck": { "abstract" : [ ], @@ -1118,12 +1207,21 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" }, { "kind" : "text", - "text" : ", [" + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : ", " }, { "kind" : "typeIdentifier", @@ -1132,7 +1230,7 @@ }, { "kind" : "text", - "text" : "]) -> " + "text" : ") -> " }, { "kind" : "typeIdentifier", @@ -1140,14 +1238,14 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9w8ok", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-jeck", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-9w8ok" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-jeck" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-viy1": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-r1a4": { "abstract" : [ ], @@ -1182,7 +1280,7 @@ }, { "kind" : "text", - "text" : ": " + "text" : ": [" }, { "kind" : "typeIdentifier", @@ -1195,12 +1293,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : ", [" + "text" : "], " }, { "kind" : "typeIdentifier", @@ -1209,7 +1307,7 @@ }, { "kind" : "text", - "text" : "]) -> " + "text" : ") -> " }, { "kind" : "typeIdentifier", @@ -1217,12 +1315,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-viy1", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-r1a4", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-viy1" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-r1a4" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/inlineFragment(_:)": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition.json index fd95185a2..81950c02c 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition.json @@ -14,11 +14,11 @@ "kind" : "symbol", "metadata" : { "extendedModule" : "ApolloAPI", - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO", "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -41,8 +41,8 @@ } ], "role" : "symbol", - "roleHeading" : "Structure", - "symbolKind" : "struct", + "roleHeading" : "Enumeration", + "symbolKind" : "enum", "title" : "Selection.Condition" }, "primaryContentSections" : [ @@ -58,7 +58,7 @@ "tokens" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -78,6 +78,7 @@ { "identifiers" : [ "doc:\/\/ApolloAPI\/SQ", + "doc:\/\/ApolloAPI\/s27ExpressibleByBooleanLiteralP", "doc:\/\/ApolloAPI\/s43ExpressibleByExtendedGraphemeClusterLiteralP", "doc:\/\/ApolloAPI\/s26ExpressibleByStringLiteralP", "doc:\/\/ApolloAPI\/s33ExpressibleByUnicodeScalarLiteralP", @@ -100,15 +101,23 @@ { "identifiers" : [ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/!(_:)", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-7divv", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-8ew0h", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-1t43n", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-59ns2" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-21jgl", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-jx5b", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-752lr", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-7m77y" ], "title" : "Operators" }, { "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/value(_:)", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variable(name:inverted:)" + ], + "title" : "Enumeration Cases" + }, + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(booleanLiteral:)", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(stringLiteral:)", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(variableName:inverted:)" ], @@ -116,10 +125,10 @@ }, { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/inverted", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variableName" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-4vwki", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-tr8e" ], - "title" : "Instance Properties" + "title" : "Type Methods" }, { "generated" : true, @@ -245,7 +254,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -313,7 +322,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -331,7 +340,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" } ], @@ -342,7 +351,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition\/!(_:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-7divv": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-21jgl": { "abstract" : [ ], @@ -386,7 +395,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -404,7 +413,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -422,7 +431,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -430,14 +439,14 @@ "text" : "]" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-7divv", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-21jgl", "kind" : "symbol", "role" : "symbol", "title" : "&&(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-7divv" + "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-21jgl" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-8ew0h": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-jx5b": { "abstract" : [ ], @@ -481,7 +490,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -499,7 +508,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -517,7 +526,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -525,12 +534,12 @@ "text" : "]" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-8ew0h", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-jx5b", "kind" : "symbol", "role" : "symbol", "title" : "&&(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-8ew0h" + "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-jx5b" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/Equatable-Implementations": { "abstract" : [ @@ -565,7 +574,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition\/expressiblebyunicodescalarliteral-implementations" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-1t43n": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-752lr": { "abstract" : [ ], @@ -596,7 +605,7 @@ }, { "kind" : "text", - "text" : "(" + "text" : "([" }, { "kind" : "typeIdentifier", @@ -609,12 +618,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : ", " + "text" : "], " }, { "kind" : "typeIdentifier", @@ -627,7 +636,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -649,14 +658,14 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-1t43n", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-752lr", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-1t43n" + "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-752lr" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-59ns2": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-7m77y": { "abstract" : [ ], @@ -687,7 +696,7 @@ }, { "kind" : "text", - "text" : "([" + "text" : "(" }, { "kind" : "typeIdentifier", @@ -700,12 +709,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : "], " + "text" : ", " }, { "kind" : "typeIdentifier", @@ -718,7 +727,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -740,12 +749,179 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-59ns2", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-7m77y", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-59ns2" + "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-7m77y" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/if(_:)-4vwki": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s17StringLiteralTypea", + "text" : "StringLiteralType" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-4vwki", + "kind" : "symbol", + "role" : "symbol", + "title" : "if(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/if(_:)-4vwki" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/if(_:)-tr8e": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-tr8e", + "kind" : "symbol", + "role" : "symbol", + "title" : "if(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/if(_:)-tr8e" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/init(booleanLiteral:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "booleanLiteral" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s18BooleanLiteralTypea", + "text" : "BooleanLiteralType" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(booleanLiteral:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(booleanLiteral:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/init(booleanliteral:)" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/init(stringLiteral:)": { "abstract" : [ @@ -840,14 +1016,14 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition\/init(variablename:inverted:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/inverted": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/value(_:)": { "abstract" : [ ], "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "case" }, { "kind" : "text", @@ -855,33 +1031,37 @@ }, { "kind" : "identifier", - "text" : "inverted" + "text" : "value" }, { "kind" : "text", - "text" : ": " + "text" : "(" }, { "kind" : "typeIdentifier", "preciseIdentifier" : "s:Sb", "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/inverted", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/value(_:)", "kind" : "symbol", "role" : "symbol", - "title" : "inverted", + "title" : "Selection.Condition.value(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/inverted" + "url" : "\/documentation\/apolloapi\/selection\/condition\/value(_:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/variableName": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/variable(name:inverted:)": { "abstract" : [ ], "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "case" }, { "kind" : "text", @@ -889,7 +1069,15 @@ }, { "kind" : "identifier", - "text" : "variableName" + "text" : "variable" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "name" }, { "kind" : "text", @@ -899,20 +1087,46 @@ "kind" : "typeIdentifier", "preciseIdentifier" : "s:SS", "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "inverted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variableName", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variable(name:inverted:)", "kind" : "symbol", "role" : "symbol", - "title" : "variableName", + "title" : "Selection.Condition.variable(name:inverted:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/variablename" + "url" : "\/documentation\/apolloapi\/selection\/condition\/variable(name:inverted:)" }, "doc://ApolloAPI/s26ExpressibleByStringLiteralP": { "identifier" : "doc:\/\/ApolloAPI\/s26ExpressibleByStringLiteralP", "title" : "Swift.ExpressibleByStringLiteral", "type" : "unresolvable" }, +"doc://ApolloAPI/s27ExpressibleByBooleanLiteralP": { + "identifier" : "doc:\/\/ApolloAPI\/s27ExpressibleByBooleanLiteralP", + "title" : "Swift.ExpressibleByBooleanLiteral", + "type" : "unresolvable" +}, "doc://ApolloAPI/s33ExpressibleByUnicodeScalarLiteralP": { "identifier" : "doc:\/\/ApolloAPI\/s33ExpressibleByUnicodeScalarLiteralP", "title" : "Swift.ExpressibleByUnicodeScalarLiteral", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!(_:).json index a389e169c..d0a73ce7f 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!(_:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!(_:).json @@ -14,7 +14,7 @@ }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV1nopyA2EFZ", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO1nopyA2EFZ", "fragments" : [ { "kind" : "keyword", @@ -55,7 +55,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" } ], @@ -128,7 +128,7 @@ }, { "kind" : "internalParam", - "text" : "value" + "text" : "condition" }, { "kind" : "text", @@ -147,7 +147,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -167,7 +167,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" } ] @@ -288,7 +288,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -356,7 +356,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -374,7 +374,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" } ], diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!=(_:_:).json index c1daed0a7..97a2c21a5 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!=(_:_:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/!=(_:_:).json @@ -30,7 +30,7 @@ "kind" : "symbol", "metadata" : { "extendedModule" : "Swift", - "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionV", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionO", "fragments" : [ { "kind" : "keyword", @@ -289,7 +289,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-7divv.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-21jgl.json similarity index 95% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-7divv.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-21jgl.json index 7b3db8c48..dd78dc16d 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-7divv.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-21jgl.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-7divv" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-21jgl" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV2aaoiySayAEGAE_AEtFZ", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2aaoiySayAEGAE_AEtFZ", "fragments" : [ { "kind" : "keyword", @@ -55,7 +55,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -91,7 +91,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -169,7 +169,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -197,7 +197,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -217,7 +217,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -241,7 +241,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-7divv" + "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-21jgl" ], "traits" : [ { @@ -342,7 +342,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -366,7 +366,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-7divv": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-21jgl": { "abstract" : [ ], @@ -410,7 +410,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -428,7 +428,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -446,7 +446,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -454,12 +454,12 @@ "text" : "]" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-7divv", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-21jgl", "kind" : "symbol", "role" : "symbol", "title" : "&&(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-7divv" + "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-21jgl" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-8ew0h.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-jx5b.json similarity index 95% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-8ew0h.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-jx5b.json index 4b8dd84a9..f92f87d14 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-8ew0h.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/&&(_:_:)-jx5b.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-8ew0h" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-jx5b" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV2aaoiySayAEGAG_AEtFZ", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2aaoiySayAEGAG_AEtFZ", "fragments" : [ { "kind" : "keyword", @@ -55,7 +55,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -91,7 +91,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -169,7 +169,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -197,7 +197,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -217,7 +217,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -241,7 +241,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-8ew0h" + "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-jx5b" ], "traits" : [ { @@ -342,7 +342,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -366,7 +366,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-8ew0h": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/&&(_:_:)-jx5b": { "abstract" : [ ], @@ -410,7 +410,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -428,7 +428,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -446,7 +446,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -454,12 +454,12 @@ "text" : "]" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-8ew0h", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/&&(_:_:)-jx5b", "kind" : "symbol", "role" : "symbol", "title" : "&&(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-8ew0h" + "url" : "\/documentation\/apolloapi\/selection\/condition\/&&(_:_:)-jx5b" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-59ns2.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-752lr.json similarity index 96% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-59ns2.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-752lr.json index 044be5d6e..da83a1920 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-59ns2.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-752lr.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-59ns2" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-752lr" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV2oooiyAC10ConditionsVSayAEG_AEtFZ", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2oooiyAC10ConditionsVSayAEG_AEtFZ", "fragments" : [ { "kind" : "keyword", @@ -55,7 +55,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -165,7 +165,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -193,7 +193,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -233,7 +233,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-59ns2" + "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-752lr" ], "traits" : [ { @@ -334,7 +334,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -358,7 +358,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-59ns2": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-752lr": { "abstract" : [ ], @@ -402,7 +402,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -420,7 +420,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -442,12 +442,12 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-59ns2", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-752lr", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-59ns2" + "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-752lr" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-1t43n.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-7m77y.json similarity index 96% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-1t43n.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-7m77y.json index 2b9f78f3e..d5c308da2 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-1t43n.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/__(_:_:)-7m77y.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-1t43n" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-7m77y" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV2oooiyAC10ConditionsVAE_AEtFZ", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2oooiyAC10ConditionsVAE_AEtFZ", "fragments" : [ { "kind" : "keyword", @@ -55,7 +55,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -165,7 +165,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -193,7 +193,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -233,7 +233,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-1t43n" + "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-7m77y" ], "traits" : [ { @@ -334,7 +334,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -358,7 +358,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-1t43n": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/__(_:_:)-7m77y": { "abstract" : [ ], @@ -402,7 +402,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -420,7 +420,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -442,12 +442,12 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-1t43n", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/__(_:_:)-7m77y", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-1t43n" + "url" : "\/documentation\/apolloapi\/selection\/condition\/__(_:_:)-7m77y" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/equatable-implementations.json index 72b275f41..4a7be2072 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/equatable-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/equatable-implementations.json @@ -143,7 +143,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyextendedgraphemeclusterliteral-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyextendedgraphemeclusterliteral-implementations.json index cddaaba0a..a4eaccba1 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyextendedgraphemeclusterliteral-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyextendedgraphemeclusterliteral-implementations.json @@ -143,7 +143,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyunicodescalarliteral-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyunicodescalarliteral-implementations.json index aa5325e58..449117fd4 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyunicodescalarliteral-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/expressiblebyunicodescalarliteral-implementations.json @@ -143,7 +143,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-4vwki.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-4vwki.json new file mode 100644 index 000000000..178ca45b4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-4vwki.json @@ -0,0 +1,356 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-4vwki" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2ifyAESSFZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s17StringLiteralTypea", + "text" : "StringLiteralType" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Type Method", + "symbolKind" : "method", + "title" : "if(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "condition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s17StringLiteralTypea", + "text" : "StringLiteralType" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/selection\/condition\/if(_:)-4vwki" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "role" : "symbol", + "title" : "Selection", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "role" : "symbol", + "title" : "Selection.Condition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/if(_:)-4vwki": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s17StringLiteralTypea", + "text" : "StringLiteralType" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-4vwki", + "kind" : "symbol", + "role" : "symbol", + "title" : "if(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/if(_:)-4vwki" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-tr8e.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-tr8e.json new file mode 100644 index 000000000..c78ff8051 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/if(_:)-tr8e.json @@ -0,0 +1,385 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-tr8e" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO2ifyA2EFZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Type Method", + "symbolKind" : "method", + "title" : "if(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "condition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/selection\/condition\/if(_:)-tr8e" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "role" : "symbol", + "title" : "Selection", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "role" : "symbol", + "title" : "Selection.Condition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/if(_:)-tr8e": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "`if`" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/if(_:)-tr8e", + "kind" : "symbol", + "role" : "symbol", + "title" : "if(_:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/if(_:)-tr8e" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variablename.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(booleanliteral:).json similarity index 70% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variablename.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(booleanliteral:).json index bb50ce576..f29b19317 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variablename.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(booleanliteral:).json @@ -1,4 +1,18 @@ { + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "ExpressibleByBooleanLiteral.init(booleanLiteral:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], "hierarchy" : { "paths" : [ [ @@ -10,23 +24,23 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variableName" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(booleanLiteral:)" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV12variableNameSSvp", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO14booleanLiteralAESb_tcfc", "fragments" : [ { - "kind" : "keyword", - "text" : "let" + "kind" : "identifier", + "text" : "init" }, { "kind" : "text", - "text" : " " + "text" : "(" }, { - "kind" : "identifier", - "text" : "variableName" + "kind" : "externalParam", + "text" : "booleanLiteral" }, { "kind" : "text", @@ -34,8 +48,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s18BooleanLiteralTypea", + "text" : "BooleanLiteralType" + }, + { + "kind" : "text", + "text" : ")" } ], "modules" : [ @@ -44,9 +62,9 @@ } ], "role" : "symbol", - "roleHeading" : "Instance Property", - "symbolKind" : "property", - "title" : "variableName" + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(booleanLiteral:)" }, "primaryContentSections" : [ { @@ -61,15 +79,23 @@ "tokens" : [ { "kind" : "keyword", - "text" : "let" + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "booleanLiteral" }, { "kind" : "text", "text" : " " }, { - "kind" : "identifier", - "text" : "variableName" + "kind" : "internalParam", + "text" : "value" }, { "kind" : "text", @@ -77,8 +103,12 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s18BooleanLiteralTypea", + "text" : "BooleanLiteralType" + }, + { + "kind" : "text", + "text" : ")" } ] } @@ -97,7 +127,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/variablename" + "\/documentation\/apolloapi\/selection\/condition\/init(booleanliteral:)" ], "traits" : [ { @@ -198,7 +228,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -222,22 +252,22 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/variableName": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/init(booleanLiteral:)": { "abstract" : [ ], "fragments" : [ { - "kind" : "keyword", - "text" : "let" + "kind" : "identifier", + "text" : "init" }, { "kind" : "text", - "text" : " " + "text" : "(" }, { - "kind" : "identifier", - "text" : "variableName" + "kind" : "externalParam", + "text" : "booleanLiteral" }, { "kind" : "text", @@ -245,16 +275,20 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s18BooleanLiteralTypea", + "text" : "BooleanLiteralType" + }, + { + "kind" : "text", + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variableName", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/init(booleanLiteral:)", "kind" : "symbol", "role" : "symbol", - "title" : "variableName", + "title" : "init(booleanLiteral:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/variablename" + "url" : "\/documentation\/apolloapi\/selection\/condition\/init(booleanliteral:)" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(extendedgraphemeclusterliteral:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(extendedgraphemeclusterliteral:).json index 1dd3b498a..f99438690 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(extendedgraphemeclusterliteral:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(extendedgraphemeclusterliteral:).json @@ -62,7 +62,7 @@ ] }, "extendedModule" : "Swift", - "externalID" : "s:s26ExpressibleByStringLiteralPs0cD4TypeQz023ExtendedGraphemeClusterdE0RtzrlE08extendedghD0xAF_tcfc::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionV", + "externalID" : "s:s26ExpressibleByStringLiteralPs0cD4TypeQz023ExtendedGraphemeClusterdE0RtzrlE08extendedghD0xAF_tcfc::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionO", "fragments" : [ { "kind" : "identifier", @@ -279,7 +279,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(stringliteral:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(stringliteral:).json index e4756b9f7..74de9b40d 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(stringliteral:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(stringliteral:).json @@ -28,7 +28,7 @@ }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV13stringLiteralAESS_tcfc", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO13stringLiteralAESS_tcfc", "fragments" : [ { "kind" : "identifier", @@ -228,7 +228,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(unicodescalarliteral:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(unicodescalarliteral:).json index 8529c0447..2d817897b 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(unicodescalarliteral:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(unicodescalarliteral:).json @@ -62,7 +62,7 @@ ] }, "extendedModule" : "Swift", - "externalID" : "s:s43ExpressibleByExtendedGraphemeClusterLiteralPs013UnicodeScalarF4TypeQz0cdefI0RtzrlE07unicodehF0xAF_tcfc::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionV", + "externalID" : "s:s43ExpressibleByExtendedGraphemeClusterLiteralPs013UnicodeScalarF4TypeQz0cdefI0RtzrlE07unicodehF0xAF_tcfc::SYNTHESIZED::s:9ApolloAPI9SelectionO9ConditionO", "fragments" : [ { "kind" : "identifier", @@ -279,7 +279,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(variablename:inverted:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(variablename:inverted:).json index 2c6441638..ae4d72e2e 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(variablename:inverted:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/init(variablename:inverted:).json @@ -14,7 +14,7 @@ }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV12variableName8invertedAESS_Sbtcfc", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO12variableName8invertedAESS_Sbtcfc", "fragments" : [ { "kind" : "identifier", @@ -240,7 +240,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/inverted.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/value(_:).json similarity index 83% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/inverted.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/value(_:).json index ecfa503b4..8a5533bfd 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/inverted.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/value(_:).json @@ -10,15 +10,15 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/inverted" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/value(_:)" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO9ConditionV8invertedSbvp", + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO5valueyAESbcAEmF", "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "case" }, { "kind" : "text", @@ -26,16 +26,20 @@ }, { "kind" : "identifier", - "text" : "inverted" + "text" : "value" }, { "kind" : "text", - "text" : ": " + "text" : "(" }, { "kind" : "typeIdentifier", "preciseIdentifier" : "s:Sb", "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" } ], "modules" : [ @@ -44,9 +48,9 @@ } ], "role" : "symbol", - "roleHeading" : "Instance Property", - "symbolKind" : "property", - "title" : "inverted" + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Selection.Condition.value(_:)" }, "primaryContentSections" : [ { @@ -61,7 +65,7 @@ "tokens" : [ { "kind" : "keyword", - "text" : "let" + "text" : "case" }, { "kind" : "text", @@ -69,16 +73,20 @@ }, { "kind" : "identifier", - "text" : "inverted" + "text" : "value" }, { "kind" : "text", - "text" : ": " + "text" : "(" }, { "kind" : "typeIdentifier", "preciseIdentifier" : "s:Sb", "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" } ] } @@ -97,7 +105,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/condition\/inverted" + "\/documentation\/apolloapi\/selection\/condition\/value(_:)" ], "traits" : [ { @@ -198,7 +206,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -222,14 +230,14 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/inverted": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/value(_:)": { "abstract" : [ ], "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "case" }, { "kind" : "text", @@ -237,24 +245,28 @@ }, { "kind" : "identifier", - "text" : "inverted" + "text" : "value" }, { "kind" : "text", - "text" : ": " + "text" : "(" }, { "kind" : "typeIdentifier", "preciseIdentifier" : "s:Sb", "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/inverted", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/value(_:)", "kind" : "symbol", "role" : "symbol", - "title" : "inverted", + "title" : "Selection.Condition.value(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/condition\/inverted" + "url" : "\/documentation\/apolloapi\/selection\/condition\/value(_:)" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variable(name:inverted:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variable(name:inverted:).json new file mode 100644 index 000000000..b8ee7e4a0 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/condition/variable(name:inverted:).json @@ -0,0 +1,347 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variable(name:inverted:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI9SelectionO9ConditionO8variableyAESS_SbtcAEmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "variable" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "name" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "inverted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Selection.Condition.variable(name:inverted:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "variable" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "name" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "inverted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/selection\/condition\/variable(name:inverted:)" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "role" : "symbol", + "title" : "Selection", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "role" : "symbol", + "title" : "Selection.Condition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition/variable(name:inverted:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "variable" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "name" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "inverted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition\/variable(name:inverted:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "Selection.Condition.variable(name:inverted:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition\/variable(name:inverted:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions.json index 19733b15c..a7d782124 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions.json @@ -154,16 +154,16 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-hgiy", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-zhqx" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-4nx93", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-9xr9k" ], "title" : "Operators" }, { "identifiers" : [ - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-1zuhd", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-3r2o7", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-zqgr" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-4lshs", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-8brl3", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-9ido7" ], "title" : "Initializers" }, @@ -347,7 +347,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions\/equatable-implementations" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-hgiy": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-4nx93": { "abstract" : [ ], @@ -409,7 +409,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -431,14 +431,14 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-hgiy", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-4nx93", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-hgiy" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-4nx93" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-zhqx": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-9xr9k": { "abstract" : [ ], @@ -500,7 +500,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -522,12 +522,12 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-zhqx", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-9xr9k", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-zhqx" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-9xr9k" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/evaluate(with:)": { "abstract" : [ @@ -589,7 +589,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions\/evaluate(with:)" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-1zuhd": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-4lshs": { "abstract" : [ ], @@ -600,7 +600,7 @@ }, { "kind" : "text", - "text" : "([[" + "text" : "(" }, { "kind" : "typeIdentifier", @@ -613,22 +613,22 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : "]])" + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-1zuhd", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-4lshs", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-1zuhd" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-4lshs" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-3r2o7": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-8brl3": { "abstract" : [ ], @@ -639,7 +639,7 @@ }, { "kind" : "text", - "text" : "([" + "text" : "([[" }, { "kind" : "typeIdentifier", @@ -652,22 +652,22 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : "]...)" + "text" : "]])" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-3r2o7", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-8brl3", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-3r2o7" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-8brl3" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-zqgr": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-9ido7": { "abstract" : [ ], @@ -678,7 +678,7 @@ }, { "kind" : "text", - "text" : "(" + "text" : "([" }, { "kind" : "typeIdentifier", @@ -691,20 +691,20 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { "kind" : "text", - "text" : ")" + "text" : "]...)" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-zqgr", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-9ido7", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-zqgr" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-9ido7" }, "doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/value": { "abstract" : [ @@ -738,7 +738,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-hgiy.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-4nx93.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-hgiy.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-4nx93.json index 979ce3bf0..1aa7598aa 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-hgiy.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-4nx93.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-hgiy" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-4nx93" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV2oooiyA2E_SayAC9ConditionVGtFZ", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV2oooiyA2E_SayAC9ConditionOGtFZ", "fragments" : [ { "kind" : "keyword", @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -193,7 +193,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -233,7 +233,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-hgiy" + "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-4nx93" ], "traits" : [ { @@ -334,7 +334,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -400,7 +400,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-hgiy": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-4nx93": { "abstract" : [ ], @@ -462,7 +462,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -484,12 +484,12 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-hgiy", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-4nx93", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-hgiy" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-4nx93" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-zhqx.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-9xr9k.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-zhqx.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-9xr9k.json index 2e16872f2..0653855af 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-zhqx.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/__(_:_:)-9xr9k.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-zhqx" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-9xr9k" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV2oooiyA2E_AC9ConditionVtFZ", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV2oooiyA2E_AC9ConditionOtFZ", "fragments" : [ { "kind" : "keyword", @@ -73,7 +73,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -193,7 +193,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -233,7 +233,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-zhqx" + "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-9xr9k" ], "traits" : [ { @@ -334,7 +334,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -400,7 +400,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-zhqx": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/__(_:_:)-9xr9k": { "abstract" : [ ], @@ -462,7 +462,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -484,12 +484,12 @@ "text" : "Conditions" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-zhqx", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/__(_:_:)-9xr9k", "kind" : "symbol", "role" : "symbol", "title" : "||(_:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-zhqx" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/__(_:_:)-9xr9k" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-zqgr.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-4lshs.json similarity index 96% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-zqgr.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-4lshs.json index 8e83bd418..d109c3e9a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-zqgr.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-4lshs.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-zqgr" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-4lshs" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAeC9ConditionVcfc", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAeC9ConditionOcfc", "fragments" : [ { "kind" : "identifier", @@ -35,7 +35,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -101,7 +101,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -125,7 +125,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-zqgr" + "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-4lshs" ], "traits" : [ { @@ -226,7 +226,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -292,7 +292,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-zqgr": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-4lshs": { "abstract" : [ ], @@ -316,7 +316,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -324,12 +324,12 @@ "text" : ")" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-zqgr", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-4lshs", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-zqgr" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-4lshs" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-1zuhd.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-8brl3.json similarity index 96% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-1zuhd.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-8brl3.json index a89aa2641..01d975d3a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-1zuhd.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-8brl3.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-1zuhd" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-8brl3" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAESaySayAC9ConditionVGGcfc", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAESaySayAC9ConditionOGGcfc", "fragments" : [ { "kind" : "identifier", @@ -35,7 +35,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -101,7 +101,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -125,7 +125,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-1zuhd" + "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-8brl3" ], "traits" : [ { @@ -226,7 +226,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -292,7 +292,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-1zuhd": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-8brl3": { "abstract" : [ ], @@ -316,7 +316,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -324,12 +324,12 @@ "text" : "]])" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-1zuhd", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-8brl3", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-1zuhd" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-8brl3" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-3r2o7.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-9ido7.json similarity index 96% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-3r2o7.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-9ido7.json index a096b7afe..74100600f 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-3r2o7.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/init(_:)-9ido7.json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-3r2o7" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-9ido7" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAESayAC9ConditionVGd_tcfc", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsVyAESayAC9ConditionOGd_tcfc", "fragments" : [ { "kind" : "identifier", @@ -35,7 +35,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -101,7 +101,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -125,7 +125,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-3r2o7" + "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-9ido7" ], "traits" : [ { @@ -226,7 +226,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -292,7 +292,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/conditions" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-3r2o7": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Conditions/init(_:)-9ido7": { "abstract" : [ ], @@ -316,7 +316,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -324,12 +324,12 @@ "text" : "]...)" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-3r2o7", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Conditions\/init(_:)-9ido7", "kind" : "symbol", "role" : "symbol", "title" : "init(_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-3r2o7" + "url" : "\/documentation\/apolloapi\/selection\/conditions\/init(_:)-9ido7" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/value.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/value.json index b4dde8117..77cb5af67 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/value.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/conditions/value.json @@ -14,7 +14,7 @@ }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV5valueSaySayAC9ConditionVGGvp", + "externalID" : "s:9ApolloAPI9SelectionO10ConditionsV5valueSaySayAC9ConditionOGGvp", "fragments" : [ { "kind" : "keyword", @@ -43,7 +43,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -101,7 +101,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -226,7 +226,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -324,7 +324,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/deferred(if:_:label:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/deferred(if:_:label:).json new file mode 100644 index 000000000..cf2b5765c --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/deferred(if:_:label:).json @@ -0,0 +1,459 @@ +{ + "abstract" : [ + { + "text" : "A fragment spread or inline fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/deferred(if:_:label:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI9SelectionO8deferredyA2C9ConditionOSg_AA10Deferrable_pXpSSSgtcACmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "deferred" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "if" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" + }, + { + "kind" : "text", + "text" : ".Type, " + }, + { + "kind" : "externalParam", + "text" : "label" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "Selection.deferred(if:_:label:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "deferred" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "if" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : "? = nil, " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" + }, + { + "kind" : "text", + "text" : ".Type, " + }, + { + "kind" : "externalParam", + "text" : "label" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?)" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/selection\/deferred(if:_:label:)" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"/documentation/apollo": { + "identifier" : "\/documentation\/apollo", + "title" : "Apollo", + "titleInlineContent" : [ + { + "code" : "Apollo", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollo" +}, +"/documentation/apollocodegenlib": { + "identifier" : "\/documentation\/apollocodegenlib", + "title" : "ApolloCodegenLib", + "titleInlineContent" : [ + { + "code" : "ApolloCodegenLib", + "type" : "codeVoice" + } + ], + "type" : "link", + "url" : "\/documentation\/apollocodegenlib" +}, +"doc://ApolloAPI/documentation/ApolloAPI": { + "abstract" : [ + { + "text" : "The internal models shared by the ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollo", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " client and the models generated by ", + "type" : "text" + }, + { + "identifier" : "\/documentation\/apollocodegenlib", + "isActive" : true, + "type" : "reference" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "kind" : "symbol", + "role" : "collection", + "title" : "ApolloAPI", + "type" : "topic", + "url" : "\/documentation\/apolloapi" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Selection" + } + ], + "role" : "symbol", + "title" : "Selection", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/Condition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Condition" + } + ], + "role" : "symbol", + "title" : "Selection.Condition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/condition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/Selection/deferred(if:_:label:)": { + "abstract" : [ + { + "text" : "A fragment spread or inline fragment marked with the ", + "type" : "text" + }, + { + "code" : "@defer", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "deferred" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "if" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO", + "text" : "Selection" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", + "text" : "Condition" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI10DeferrableP", + "text" : "Deferrable" + }, + { + "kind" : "text", + "text" : ".Type, " + }, + { + "kind" : "externalParam", + "text" : "label" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/deferred(if:_:label:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "Selection.deferred(if:_:label:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/selection\/deferred(if:_:label:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-9kbqy.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1mgoh.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-9kbqy.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1mgoh.json index d781a3313..d9032e548 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-9kbqy.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1mgoh.json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9kbqy" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1mgoh" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO7include2if_ACSayAC9ConditionVG_SayACGtFZ", + "externalID" : "s:9ApolloAPI9SelectionO7include2if_ACSayAC9ConditionOG_SayACGtFZ", "fragments" : [ { "kind" : "keyword", @@ -58,7 +58,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -154,7 +154,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -210,7 +210,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/include(if:_:)-9kbqy" + "\/documentation\/apolloapi\/selection\/include(if:_:)-1mgoh" ], "traits" : [ { @@ -311,7 +311,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -335,7 +335,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-9kbqy": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-1mgoh": { "abstract" : [ ], @@ -383,7 +383,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -405,12 +405,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-9kbqy", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1mgoh", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-9kbqy" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-1mgoh" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-viy1.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8eyjn.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-viy1.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8eyjn.json index 7c85de348..8cd577901 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-viy1.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8eyjn.json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-viy1" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8eyjn" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO7include2if_A2C9ConditionV_SayACGtFZ", + "externalID" : "s:9ApolloAPI9SelectionO7include2if_A2C9ConditionO_SayACGtFZ", "fragments" : [ { "kind" : "keyword", @@ -58,7 +58,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -154,7 +154,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -210,7 +210,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/include(if:_:)-viy1" + "\/documentation\/apolloapi\/selection\/include(if:_:)-8eyjn" ], "traits" : [ { @@ -311,7 +311,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -335,7 +335,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-viy1": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-8eyjn": { "abstract" : [ ], @@ -383,7 +383,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -405,12 +405,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-viy1", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8eyjn", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-viy1" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-8eyjn" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8113z.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-jeck.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8113z.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-jeck.json index ebeaaf642..b931df80a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-8113z.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-jeck.json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8113z" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-jeck" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO7include2if_A2C9ConditionV_ACtFZ", + "externalID" : "s:9ApolloAPI9SelectionO7include2if_A2C9ConditionO_ACtFZ", "fragments" : [ { "kind" : "keyword", @@ -58,7 +58,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -154,7 +154,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -210,7 +210,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/include(if:_:)-8113z" + "\/documentation\/apolloapi\/selection\/include(if:_:)-jeck" ], "traits" : [ { @@ -311,7 +311,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -335,7 +335,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-8113z": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-jeck": { "abstract" : [ ], @@ -383,7 +383,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -405,12 +405,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-8113z", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-jeck", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-8113z" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-jeck" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1azho.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-r1a4.json similarity index 97% rename from docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1azho.json rename to docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-r1a4.json index 4b0a55178..d4d642577 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-1azho.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selection/include(if:_:)-r1a4.json @@ -9,11 +9,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1azho" + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-r1a4" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI9SelectionO7include2if_ACSayAC9ConditionVG_ACtFZ", + "externalID" : "s:9ApolloAPI9SelectionO7include2if_ACSayAC9ConditionOG_ACtFZ", "fragments" : [ { "kind" : "keyword", @@ -58,7 +58,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -154,7 +154,7 @@ { "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/Condition", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -210,7 +210,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apolloapi\/selection\/include(if:_:)-1azho" + "\/documentation\/apolloapi\/selection\/include(if:_:)-r1a4" ], "traits" : [ { @@ -311,7 +311,7 @@ "fragments" : [ { "kind" : "keyword", - "text" : "struct" + "text" : "enum" }, { "kind" : "text", @@ -335,7 +335,7 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/selection\/condition" }, -"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-1azho": { +"doc://ApolloAPI/documentation/ApolloAPI/Selection/include(if:_:)-r1a4": { "abstract" : [ ], @@ -383,7 +383,7 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionV", + "preciseIdentifier" : "s:9ApolloAPI9SelectionO9ConditionO", "text" : "Condition" }, { @@ -405,12 +405,12 @@ "text" : "Selection" } ], - "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-1azho", + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Selection\/include(if:_:)-r1a4", "kind" : "symbol", "role" : "symbol", "title" : "include(if:_:)", "type" : "topic", - "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-1azho" + "url" : "\/documentation\/apolloapi\/selection\/include(if:_:)-r1a4" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selectionset.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selectionset.json index 10bbd7661..51de1c47f 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selectionset.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selectionset.json @@ -95,6 +95,7 @@ "identifiers" : [ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CompositeInlineFragment", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/CompositeSelectionSet", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Fragment", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/InlineFragment", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/MutableRootSelectionSet", @@ -297,6 +298,37 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/compositeselectionset" }, +"doc://ApolloAPI/documentation/ApolloAPI/Deferrable": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "protocol" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/Deferrable", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Deferrable" + } + ], + "role" : "symbol", + "title" : "Deferrable", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/deferrable" +}, "doc://ApolloAPI/documentation/ApolloAPI/Fragment": { "abstract" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct.json index 8f81e3f32..f883d7f2b 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct.json @@ -102,14 +102,13 @@ }, { "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(clientControlledNullability:legacySafelistingCompatibleOperations:)", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(from:)" + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(from:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(legacySafelistingCompatibleOperations:)" ], "title" : "Initializers" }, { "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/clientControlledNullability", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/legacySafelistingCompatibleOperations" ], "title" : "Instance Properties" @@ -312,73 +311,7 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/equatable-implementations" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/clientControlledNullability": { - "abstract" : [ - { - "inlineContent" : [ - { - "text" : "EXPERIMENTAL", - "type" : "text" - } - ], - "type" : "strong" - }, - { - "text" : ": If enabled, the parser will understand and parse Client Controlled Nullability", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "Designators contained in Fields. They’ll be represented in the", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "code" : "required", - "type" : "codeVoice" - }, - { - "text" : " field of the FieldNode.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/clientcontrollednullability" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(clientControlledNullability:legacySafelistingCompatibleOperations:)": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(from:)": { "abstract" : [ ], @@ -393,7 +326,7 @@ }, { "kind" : "externalParam", - "text" : "clientControlledNullability" + "text" : "from" }, { "kind" : "text", @@ -401,39 +334,26 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - }, - { - "kind" : "text", - "text" : ", " - }, - { - "kind" : "externalParam", - "text" : "legacySafelistingCompatibleOperations" + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" }, { "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" + "text" : ") " }, { - "kind" : "text", - "text" : ")" + "kind" : "keyword", + "text" : "throws" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(clientControlledNullability:legacySafelistingCompatibleOperations:)", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(from:)", "kind" : "symbol", "role" : "symbol", - "title" : "init(clientControlledNullability:legacySafelistingCompatibleOperations:)", + "title" : "init(from:)", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(clientcontrollednullability:legacysafelistingcompatibleoperations:)" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(from:)" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(from:)": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(legacySafelistingCompatibleOperations:)": { "abstract" : [ ], @@ -448,7 +368,7 @@ }, { "kind" : "externalParam", - "text" : "from" + "text" : "legacySafelistingCompatibleOperations" }, { "kind" : "text", @@ -456,24 +376,20 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:s7DecoderP", - "text" : "Decoder" + "preciseIdentifier" : "s:Sb", + "text" : "Bool" }, { "kind" : "text", - "text" : ") " - }, - { - "kind" : "keyword", - "text" : "throws" + "text" : ")" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(from:)", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(legacySafelistingCompatibleOperations:)", "kind" : "symbol", "role" : "symbol", - "title" : "init(from:)", + "title" : "init(legacySafelistingCompatibleOperations:)", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(from:)" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(legacysafelistingcompatibleoperations:)" }, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/legacySafelistingCompatibleOperations": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/clientcontrollednullability.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/clientcontrollednullability.json deleted file mode 100644 index 7b3559084..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/clientcontrollednullability.json +++ /dev/null @@ -1,349 +0,0 @@ -{ - "abstract" : [ - { - "inlineContent" : [ - { - "text" : "EXPERIMENTAL", - "type" : "text" - } - ], - "type" : "strong" - }, - { - "text" : ": If enabled, the parser will understand and parse Client Controlled Nullability", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "Designators contained in Fields. They’ll be represented in the", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "code" : "required", - "type" : "codeVoice" - }, - { - "text" : " field of the FieldNode.", - "type" : "text" - } - ], - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/clientControlledNullability" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV20ExperimentalFeaturesV27clientControlledNullabilitySbvp", - "fragments" : [ - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "modules" : [ - { - "name" : "ApolloCodegenLib" - } - ], - "role" : "symbol", - "roleHeading" : "Instance Property", - "symbolKind" : "property", - "title" : "clientControlledNullability" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ] - } - ], - "kind" : "declarations" - }, - { - "content" : [ - { - "anchor" : "discussion", - "level" : 2, - "text" : "Discussion", - "type" : "heading" - }, - { - "inlineContent" : [ - { - "text" : "The syntax looks like the following:", - "type" : "text" - } - ], - "type" : "paragraph" - }, - { - "code" : [ - " {", - " nullableField!", - " nonNullableField?", - " nonNullableSelectionSet? {", - " childField!", - " }", - " }" - ], - "syntax" : "graphql", - "type" : "codeListing" - }, - { - "content" : [ - { - "inlineContent" : [ - { - "text" : "This feature is experimental and may change or be removed in the", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "future.", - "type" : "text" - } - ], - "type" : "paragraph" - } - ], - "name" : "Note", - "style" : "note", - "type" : "aside" - } - ], - "kind" : "content" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/clientcontrollednullability" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib": { - "abstract" : [ - { - "text" : "A robust code generation engine for GraphQL operations.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "kind" : "symbol", - "role" : "collection", - "title" : "ApolloCodegenLib", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration": { - "abstract" : [ - { - "text" : "A configuration object that defines behavior for code generation.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/clientControlledNullability": { - "abstract" : [ - { - "inlineContent" : [ - { - "text" : "EXPERIMENTAL", - "type" : "text" - } - ], - "type" : "strong" - }, - { - "text" : ": If enabled, the parser will understand and parse Client Controlled Nullability", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "Designators contained in Fields. They’ll be represented in the", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "code" : "required", - "type" : "codeVoice" - }, - { - "text" : " field of the FieldNode.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/clientcontrollednullability" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys.json index 4629f3978..a23dcd909 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys.json @@ -101,7 +101,6 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys\/clientControlledNullability", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys\/legacySafelistingCompatibleOperations" ], "title" : "Enumeration Cases" @@ -278,31 +277,6 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/codingkeys\/equatable-implementations" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/CodingKeys/clientControlledNullability": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures.CodingKeys.clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/codingkeys\/clientcontrollednullability" -}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/CodingKeys/init(intValue:)": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys/clientcontrollednullability.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys/clientcontrollednullability.json deleted file mode 100644 index ce660720d..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/codingkeys/clientcontrollednullability.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys\/clientControlledNullability" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV20ExperimentalFeaturesV10CodingKeysO27clientControlledNullabilityyA2GmF", - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - } - ], - "modules" : [ - { - "name" : "ApolloCodegenLib" - } - ], - "role" : "symbol", - "roleHeading" : "Case", - "symbolKind" : "case", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures.CodingKeys.clientControlledNullability" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/codingkeys\/clientcontrollednullability" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib": { - "abstract" : [ - { - "text" : "A robust code generation engine for GraphQL operations.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "kind" : "symbol", - "role" : "collection", - "title" : "ApolloCodegenLib", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration": { - "abstract" : [ - { - "text" : "A configuration object that defines behavior for code generation.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/CodingKeys": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "enum" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "CodingKeys" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "CodingKeys" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures.CodingKeys", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/codingkeys" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/CodingKeys/clientControlledNullability": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "case" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/CodingKeys\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures.CodingKeys.clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/codingkeys\/clientcontrollednullability" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default.json index 9abd23253..edd1df6f6 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default.json @@ -91,7 +91,6 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default\/clientControlledNullability", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default\/legacySafelistingCompatibleOperations" ], "title" : "Type Properties" @@ -224,48 +223,6 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/default" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/Default/clientControlledNullability": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "static" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/default\/clientcontrollednullability" -}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/Default/legacySafelistingCompatibleOperations": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default/clientcontrollednullability.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default/clientcontrollednullability.json deleted file mode 100644 index c3bce8aa2..000000000 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/default/clientcontrollednullability.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "hierarchy" : { - "paths" : [ - [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default" - ] - ] - }, - "identifier" : { - "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default\/clientControlledNullability" - }, - "kind" : "symbol", - "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV20ExperimentalFeaturesV7DefaultV27clientControlledNullabilitySbvpZ", - "fragments" : [ - { - "kind" : "keyword", - "text" : "static" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "modules" : [ - { - "name" : "ApolloCodegenLib" - } - ], - "role" : "symbol", - "roleHeading" : "Type Property", - "symbolKind" : "property", - "title" : "clientControlledNullability" - }, - "primaryContentSections" : [ - { - "declarations" : [ - { - "languages" : [ - "swift" - ], - "platforms" : [ - "macOS" - ], - "tokens" : [ - { - "kind" : "keyword", - "text" : "static" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ] - } - ], - "kind" : "declarations" - } - ], - "schemaVersion" : { - "major" : 0, - "minor" : 3, - "patch" : 0 - }, - "sections" : [ - - ], - "variants" : [ - { - "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/default\/clientcontrollednullability" - ], - "traits" : [ - { - "interfaceLanguage" : "swift" - } - ] - } - ] -, -"references": { -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib": { - "abstract" : [ - { - "text" : "A robust code generation engine for GraphQL operations.", - "type" : "text" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", - "kind" : "symbol", - "role" : "collection", - "title" : "ApolloCodegenLib", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration": { - "abstract" : [ - { - "text" : "A configuration object that defines behavior for code generation.", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ApolloCodegenConfiguration" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "ExperimentalFeatures" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/Default": { - "abstract" : [ - { - "text" : "Default property values", - "type" : "text" - } - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "struct" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "Default" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "Default" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.ExperimentalFeatures.Default", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/default" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/Default/clientControlledNullability": { - "abstract" : [ - - ], - "fragments" : [ - { - "kind" : "keyword", - "text" : "static" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "keyword", - "text" : "let" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/Default\/clientControlledNullability", - "kind" : "symbol", - "role" : "symbol", - "title" : "clientControlledNullability", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/default\/clientcontrollednullability" -} -} -} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(clientcontrollednullability:legacysafelistingcompatibleoperations:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(legacysafelistingcompatibleoperations:).json similarity index 74% rename from docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(clientcontrollednullability:legacysafelistingcompatibleoperations:).json rename to docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(legacysafelistingcompatibleoperations:).json index 0a5ee2be9..c626b2dcc 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(clientcontrollednullability:legacysafelistingcompatibleoperations:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/init(legacysafelistingcompatibleoperations:).json @@ -10,11 +10,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(clientControlledNullability:legacySafelistingCompatibleOperations:)" + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(legacySafelistingCompatibleOperations:)" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV20ExperimentalFeaturesV27clientControlledNullability37legacySafelistingCompatibleOperationsAESb_Sbtcfc", + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV20ExperimentalFeaturesV37legacySafelistingCompatibleOperationsAESb_tcfc", "fragments" : [ { "kind" : "identifier", @@ -24,23 +24,6 @@ "kind" : "text", "text" : "(" }, - { - "kind" : "externalParam", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - }, - { - "kind" : "text", - "text" : ", " - }, { "kind" : "externalParam", "text" : "legacySafelistingCompatibleOperations" @@ -67,7 +50,7 @@ "role" : "symbol", "roleHeading" : "Initializer", "symbolKind" : "init", - "title" : "init(clientControlledNullability:legacySafelistingCompatibleOperations:)" + "title" : "init(legacySafelistingCompatibleOperations:)" }, "primaryContentSections" : [ { @@ -88,23 +71,6 @@ "kind" : "text", "text" : "(" }, - { - "kind" : "externalParam", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - }, - { - "kind" : "text", - "text" : " = Default.clientControlledNullability, " - }, { "kind" : "externalParam", "text" : "legacySafelistingCompatibleOperations" @@ -139,7 +105,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(clientcontrollednullability:legacysafelistingcompatibleoperations:)" + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(legacysafelistingcompatibleoperations:)" ], "traits" : [ { @@ -229,7 +195,7 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(clientControlledNullability:legacySafelistingCompatibleOperations:)": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ExperimentalFeatures-swift.struct/init(legacySafelistingCompatibleOperations:)": { "abstract" : [ ], @@ -242,23 +208,6 @@ "kind" : "text", "text" : "(" }, - { - "kind" : "externalParam", - "text" : "clientControlledNullability" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" - }, - { - "kind" : "text", - "text" : ", " - }, { "kind" : "externalParam", "text" : "legacySafelistingCompatibleOperations" @@ -277,12 +226,12 @@ "text" : ")" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(clientControlledNullability:legacySafelistingCompatibleOperations:)", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct\/init(legacySafelistingCompatibleOperations:)", "kind" : "symbol", "role" : "symbol", - "title" : "init(clientControlledNullability:legacySafelistingCompatibleOperations:)", + "title" : "init(legacySafelistingCompatibleOperations:)", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(clientcontrollednullability:legacysafelistingcompatibleoperations:)" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/init(legacysafelistingcompatibleoperations:)" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-5dodp/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-5dodp/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/!=(_:_:)/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-7xsfq/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/!=(_:_:)/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/apolloapi/rootselectionset/init(data:variables:)-7xsfq/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsechunkdata/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/!=(_:_:)/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsechunkdata/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/!=(_:_:)/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsepayloaddata/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/cannotparseresponse/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparsepayloaddata/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/cannotparseresponse/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparseresponsedata/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/equatable-implementations/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/cannotparseresponsedata/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/equatable-implementations/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/equatable-implementations/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/error-implementations/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/equatable-implementations/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/error-implementations/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/error-implementations/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/errordescription/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/error-implementations/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/errordescription/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/errordescription/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/failurereason/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/errordescription/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/failurereason/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/failurereason/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/helpanchor/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/failurereason/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/helpanchor/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/helpanchor/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/helpanchor/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizeddescription/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizeddescription/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/irrecoverableerror(message:)/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizederror-implementations/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/irrecoverableerror(message:)/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/localizederror-implementations/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizeddescription/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/noresponsetoparse/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizeddescription/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/noresponsetoparse/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizederror-implementations/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/recoverysuggestion/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/localizederror-implementations/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/parsingerror/recoverysuggestion/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/noresponsetoparse/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/!=(_:_:)/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/noresponsetoparse/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/!=(_:_:)/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/recoverysuggestion/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/equatable-implementations/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/recoverysuggestion/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/equatable-implementations/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/unsupportedcontenttype(type:)/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/error-implementations/index.html similarity index 100% rename from docs/docc/Apollo.doccarchive/documentation/apollo/multipartresponseparsinginterceptor/multipartresponseparsingerror/unsupportedcontenttype(type:)/index.html rename to docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/error-implementations/index.html diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue/index.html new file mode 100644 index 000000000..f1a038bc7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/hasnonhashablevalue/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/index.html new file mode 100644 index 000000000..f1a038bc7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/localizeddescription/index.html b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/localizeddescription/index.html new file mode 100644 index 000000000..f1a038bc7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/documentation/apollo/rootselectionsetinitializeerror/localizeddescription/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/index/index.json b/docs/docc/Apollo.doccarchive/index/index.json index 700ed5771..a1412a924 100644 --- a/docs/docc/Apollo.doccarchive/index/index.json +++ b/docs/docc/Apollo.doccarchive/index/index.json @@ -3292,41 +3292,21 @@ "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsechunkdata", - "title" : "case cannotParseChunkData", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/cannotparseresponse", + "title" : "case cannotParseResponse", "type" : "case" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparsepayloaddata", - "title" : "case cannotParsePayloadData", - "type" : "case" - }, - { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/cannotparseresponsedata", - "title" : "case cannotParseResponseData", - "type" : "case" - }, - { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/irrecoverableerror(message:)", - "title" : "case irrecoverableError(message: String?)", - "type" : "case" - }, - { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/noresponsetoparse", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/noresponsetoparse", "title" : "case noResponseToParse", "type" : "case" }, - { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/unsupportedcontenttype(type:)", - "title" : "case unsupportedContentType(type: String)", - "type" : "case" - }, { "title" : "Instance Properties", "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/errordescription", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/errordescription", "title" : "var errorDescription: String?", "type" : "property" }, @@ -3341,12 +3321,12 @@ "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/!=(_:_:)", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/!=(_:_:)", "title" : "static func != (Self, Self) -> Bool", "type" : "op" } ], - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/equatable-implementations", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/equatable-implementations", "title" : "Equatable Implementations", "type" : "symbol" }, @@ -3357,12 +3337,12 @@ "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizeddescription", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizeddescription", "title" : "var localizedDescription: String", "type" : "property" } ], - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/error-implementations", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/error-implementations", "title" : "Error Implementations", "type" : "symbol" }, @@ -3373,28 +3353,28 @@ "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/failurereason", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/failurereason", "title" : "var failureReason: String?", "type" : "property" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/helpanchor", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/helpanchor", "title" : "var helpAnchor: String?", "type" : "property" }, { - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/recoverysuggestion", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/recoverysuggestion", "title" : "var recoverySuggestion: String?", "type" : "property" } ], - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror\/localizederror-implementations", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror\/localizederror-implementations", "title" : "LocalizedError Implementations", "type" : "symbol" } ], - "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/multipartresponseparsingerror", - "title" : "MultipartResponseParsingInterceptor.MultipartResponseParsingError", + "path" : "\/documentation\/apollo\/multipartresponseparsinginterceptor\/parsingerror", + "title" : "MultipartResponseParsingInterceptor.ParsingError", "type" : "enum" } ], @@ -4110,6 +4090,58 @@ "title" : "GraphQLHTTPRequestError", "type" : "enum" }, + { + "children" : [ + { + "title" : "Enumeration Cases", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/hasnonhashablevalue", + "title" : "case hasNonHashableValue", + "type" : "case" + }, + { + "title" : "Default Implementations", + "type" : "groupMarker" + }, + { + "children" : [ + { + "title" : "Operators", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/!=(_:_:)", + "title" : "static func != (Self, Self) -> Bool", + "type" : "op" + } + ], + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/equatable-implementations", + "title" : "Equatable Implementations", + "type" : "symbol" + }, + { + "children" : [ + { + "title" : "Instance Properties", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/localizeddescription", + "title" : "var localizedDescription: String", + "type" : "property" + } + ], + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror\/error-implementations", + "title" : "Error Implementations", + "type" : "symbol" + } + ], + "path" : "\/documentation\/apollo\/rootselectionsetinitializeerror", + "title" : "RootSelectionSetInitializeError", + "type" : "enum" + }, { "title" : "Extended Modules", "type" : "groupMarker" @@ -4127,9 +4159,14 @@ "type" : "groupMarker" }, { - "path" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)", + "path" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp", "title" : "init(data: JSONObject, variables: [String : GraphQLOperationVariableValue]?) throws", "type" : "init" + }, + { + "path" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-7xsfq", + "title" : "init(data: [String : Any], variables: [String : GraphQLOperationVariableValue]?) throws", + "type" : "init" } ], "path" : "\/documentation\/apollo\/apolloapi\/rootselectionset",