From 93b65781eb327d4d097ad677eb17a31aeabc7fce Mon Sep 17 00:00:00 2001 From: Anthony Miller Date: Wed, 12 Jul 2023 14:19:05 -0700 Subject: [PATCH] release: 1.3.1 (#3117) --- CHANGELOG.md | 8 + Configuration/Shared/Project-Version.xcconfig | 2 +- Sources/CodegenCLI/Constants.swift | 2 +- .../apollo/apollointerceptor.json | 5 +- .../apollo/apollointerceptor/id.json | 47 +- .../data/documentation/apolloapi.json | 59 +- .../documentation/apolloapi/documenttype.json | 142 +- ...sted(operationidentifier:definition:).json | 18 +- .../notpersisted(definition:).json | 18 +- ...doperationsonly(operationidentifier:).json | 18 +- .../apolloapi/graphqloperation.json | 46 +- .../apolloapi/graphqloperation/document.json | 23 +- .../graphqloperation/operationdocument.json | 309 ++++ .../apolloapi/operationdocument.json | 553 +++++++ .../operationdocument/definition.json | 286 ++++ ...init(operationidentifier:definition:).json | 337 ++++ .../operationidentifier.json | 251 +++ .../apollocodegenconfiguration.json | 84 + .../apollocodegenconfiguration/apqconfig.json | 16 +- .../apqconfig/automaticallypersist.json | 19 +- .../apqconfig/disabled.json | 15 + .../apqconfig/persistedoperationsonly.json | 29 +- .../rawrepresentable-implementations.json | 99 -- .../experimentalfeatures-swift.struct.json | 8 +- ...legacysafelistingcompatibleoperations.json | 10 +- .../fileoutput.json | 289 +++- .../fileoutput/default.json | 25 +- .../fileoutput/default/operationmanifest.json | 391 +++++ ...nidentifierspath.json => encode(to:).json} | 143 +- ...:testmocks:operationidentifierspath:).json | 23 +- ...rations:testmocks:operationmanifest:).json | 828 ++++++++++ .../fileoutput/operationidentifierspath.json | 21 +- .../fileoutput/operationmanifest.json | 407 +++++ .../operationdocumentformat.json | 649 ++++++++ .../operationdocumentformat/!=(_:_:).json | 352 +++++ .../operationdocumentformat/codingkeys.json | 484 ++++++ .../codingkeys/!=(_:_:).json | 384 +++++ .../codingkeys/codingkey-implementations.json | 237 +++ .../codingkeys/debugdescription.json | 296 ++++ .../codingkeys/definition.json | 230 +++ .../codingkeys/description.json | 296 ++++ .../codingkeys/equatable-implementations.json | 230 +++ .../codingkeys/hash(into:).json | 448 ++++++ .../codingkeys/hashvalue.json | 392 +++++ .../codingkeys/init(intvalue:).json | 283 ++++ .../codingkeys/init(rawvalue:).json | 283 ++++ .../codingkeys/init(stringvalue:).json | 283 ++++ .../codingkeys/operationid.json | 230 +++ .../rawrepresentable-implementations.json | 359 +++++ .../operationdocumentformat/contains(_:).json | 356 +++++ .../operationdocumentformat/definition.json | 287 ++++ .../operationdocumentformat/encode(to:).json | 295 ++++ .../equatable-implementations.json | 198 +++ .../formintersection(_:).json | 349 ++++ .../formsymmetricdifference(_:).json | 349 ++++ .../formunion(_:).json | 349 ++++ .../operationdocumentformat/init().json | 277 ++++ .../operationdocumentformat/init(_:).json | 330 ++++ .../init(arrayliteral:).json | 349 ++++ .../init(from:)-2nbm0.json | 271 ++++ .../init(from:)-55pr0.json | 380 +++++ .../init(rawvalue:).json | 251 +++ .../operationdocumentformat/insert(_:).json | 480 ++++++ .../intersection(_:).json | 289 ++++ .../isdisjoint(with:).json | 308 ++++ .../operationdocumentformat/isempty.json | 264 ++++ .../isstrictsubset(of:).json | 308 ++++ .../isstrictsuperset(of:).json | 308 ++++ .../issubset(of:).json | 308 ++++ .../issuperset(of:).json | 308 ++++ .../operationdocumentformat/operationid.json | 333 ++++ .../optionset-implementations.json | 913 +++++++++++ .../rawrepresentable-implementations.json | 226 +++ .../operationdocumentformat/rawvalue.json | 239 +++ .../operationdocumentformat/remove(_:).json | 429 +++++ .../setalgebra-implementations.json | 633 ++++++++ .../operationdocumentformat/subtract(_:).json | 285 ++++ .../subtracting(_:).json | 289 ++++ .../symmetricdifference(_:).json | 289 ++++ .../operationdocumentformat/union(_:).json | 289 ++++ .../update(with:).json | 445 ++++++ .../operationmanifestfileoutput.json | 511 ++++++ .../operationmanifestfileoutput/!=(_:_:).json | 384 +++++ .../equatable-implementations.json | 230 +++ .../init(from:).json | 303 ++++ .../init(path:version:).json | 466 ++++++ .../operationmanifestfileoutput/version.json | 441 ++++++ .../version/!=(_:_:).json | 416 +++++ .../version}/encode(to:).json | 74 +- .../version/equatable-implementations.json | 262 ++++ .../version/hash(into:).json | 480 ++++++ .../version/hashvalue.json | 424 +++++ .../version/init(from:).json | 444 ++++++ .../version/init(rawvalue:).json | 315 ++++ .../version/legacyapq.json | 313 ++++ .../version/persistedqueries.json | 271 ++++ .../rawrepresentable-implementations.json | 587 +++++++ .../outputoptions.json | 367 ++++- .../outputoptions/apqs.json | 34 +- .../outputoptions/default.json | 76 +- ...apqs.json => operationdocumentformat.json} | 84 +- .../outputoptions/encode(to:).json | 295 ++++ ...rsionstrategies:prunegeneratedfiles:).json | 11 +- ...nversionstrategies:prunegenerat-4xxal.json | 1397 +++++++++++++++++ .../operationdocumentformat.json | 294 ++++ .../code-generation/codegen-configuration.mdx | 54 +- 106 files changed, 28915 insertions(+), 569 deletions(-) create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationdocument.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/definition.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/init(operationidentifier:definition:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/operationidentifier.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationmanifest.json rename docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/{default/operationidentifierspath.json => encode(to:).json} (71%) create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationmanifest:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationmanifest.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/!=(_:_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/!=(_:_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/codingkey-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/debugdescription.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/definition.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/description.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/equatable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hash(into:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hashvalue.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(intvalue:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(rawvalue:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(stringvalue:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/operationid.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/rawrepresentable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/contains(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/definition.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/encode(to:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/equatable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formintersection(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formsymmetricdifference(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formunion(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init().json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(arrayliteral:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-2nbm0.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-55pr0.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(rawvalue:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/insert(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/intersection(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isdisjoint(with:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isempty.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsubset(of:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsuperset(of:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issubset(of:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issuperset(of:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/operationid.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/optionset-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawrepresentable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawvalue.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/remove(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/setalgebra-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtract(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtracting(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/symmetricdifference(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/union(_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/update(with:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/!=(_:_:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/equatable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(from:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(path:version:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/!=(_:_:).json rename docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/{apqconfig => operationmanifestfileoutput/version}/encode(to:).json (79%) create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/equatable-implementations.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hash(into:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hashvalue.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(from:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(rawvalue:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/legacyapq.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/persistedqueries.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/rawrepresentable-implementations.json rename docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/{apqs.json => operationdocumentformat.json} (82%) create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/encode(to:).json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal.json create mode 100644 docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/operationdocumentformat.json diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e90122a4..8efc7208a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## v1.3.1 + +### Fixed +- **Fix crashes in test mocks when setting an array of union types ([#3023](https://github.com/apollographql/apollo-ios/pull/3023)):** See PR ([#3089](https://github.com/apollographql/apollo-ios/pull/3089)). _Thank you to [@jabeattie](https://github.com/jabeattie) & [@scottasoutherland](https://github.com/scottasoutherland) for raising the issue._ + +### Deprecated +- **Deprecated `APQConfig` & `operationIdentifiersPath` in `ApolloCodegenConfiguration`:** These have been replaced with `OperationDocumentFormat` and `OperationManifestFileOutput` respectively. Please see the documentation for [`ApolloCodegenConfiguration`](https://www.apollographql.com/docs/ios/code-generation/codegen-configuration) for more information. + ## v1.3.0 Though `1.3.0` is a minor version bump, some critical issues were addressed in this version that requires a small breaking change during the upgrade. While we strive to make the upgrade path for minor versions seamless, these issues could not be reasonably resolved without requiring this migration. diff --git a/Configuration/Shared/Project-Version.xcconfig b/Configuration/Shared/Project-Version.xcconfig index f021fe5216..9c69894fd2 100644 --- a/Configuration/Shared/Project-Version.xcconfig +++ b/Configuration/Shared/Project-Version.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 1.3.0 +CURRENT_PROJECT_VERSION = 1.3.1 diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index c4e11f83b5..69857a8fe3 100644 --- a/Sources/CodegenCLI/Constants.swift +++ b/Sources/CodegenCLI/Constants.swift @@ -1,6 +1,6 @@ import Foundation public enum Constants { - public static let CLIVersion: String = "1.3.0" + public static let CLIVersion: String = "1.3.1" static let defaultFilePath: String = "./apollo-codegen-config.json" } diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor.json index 91207406c4..4c4e544196 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor.json @@ -181,7 +181,10 @@ }, "doc://Apollo/documentation/Apollo/ApolloInterceptor/id": { "abstract" : [ - + { + "text" : "Used to uniquely identify this interceptor from other interceptors in a request chain.", + "type" : "text" + } ], "fragments" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor/id.json b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor/id.json index c081157935..a0720673d8 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor/id.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor/id.json @@ -1,4 +1,10 @@ { + "abstract" : [ + { + "text" : "Used to uniquely identify this interceptor from other interceptors in a request chain.", + "type" : "text" + } + ], "hierarchy" : { "paths" : [ [ @@ -104,6 +110,42 @@ } ], "kind" : "declarations" + }, + { + "content" : [ + { + "anchor" : "discussion", + "level" : 2, + "text" : "Discussion", + "type" : "heading" + }, + { + "inlineContent" : [ + { + "text" : "Each operation request has it’s own interceptor request chain so the interceptors do not", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "need to be uniquely identifiable between each and every request, only unique between the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "list of interceptors in a single request.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "kind" : "content" } ], "schemaVersion" : { @@ -178,7 +220,10 @@ }, "doc://Apollo/documentation/Apollo/ApolloInterceptor/id": { "abstract" : [ - + { + "text" : "Used to uniquely identify this interceptor from other interceptors in a request chain.", + "type" : "text" + } ], "fragments" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json index 3162f141cc..4dee0d28d9 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json @@ -173,7 +173,8 @@ "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/InputDict", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/ListData", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/ObjectData", - "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition" + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument" ], "title" : "Structures" }, @@ -608,19 +609,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -1874,6 +1865,48 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/operationdefinition" }, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +}, "doc://ApolloAPI/documentation/ApolloAPI/OutputTypeConvertible": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype.json index 6d0e5f0880..9403aca467 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype.json @@ -1,18 +1,4 @@ { - "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } - ], "hierarchy" : { "paths" : [ [ @@ -51,6 +37,9 @@ "kind" : "identifier", "text" : "DocumentType" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Enumeration", @@ -84,102 +73,6 @@ } ], "kind" : "declarations" - }, - { - "content" : [ - { - "anchor" : "overview", - "level" : 2, - "text" : "Overview", - "type" : "heading" - }, - { - "inlineContent" : [ - { - "text" : "This data represents the ", - "type" : "text" - }, - { - "code" : "Document", - "type" : "codeVoice" - }, - { - "text" : " as defined in the GraphQL Spec.", - "type" : "text" - } - ], - "type" : "paragraph" - }, - { - "items" : [ - { - "content" : [ - { - "inlineContent" : [ - { - "text" : "See: ", - "type" : "text" - }, - { - "identifier" : "https:\/\/spec.graphql.org\/draft\/#Document", - "isActive" : true, - "type" : "reference" - } - ], - "type" : "paragraph" - } - ] - } - ], - "type" : "unorderedList" - }, - { - "inlineContent" : [ - { - "text" : "The Apollo Code Generation Engine will generate the ", - "type" : "text" - }, - { - "code" : "DocumentType", - "type" : "codeVoice" - }, - { - "text" : " on each generated", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "code" : "GraphQLOperation", - "type" : "codeVoice" - }, - { - "text" : ". You can change the type of ", - "type" : "text" - }, - { - "code" : "DocumentType", - "type" : "codeVoice" - }, - { - "text" : " generated in your", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "[code generation configuration](\/\/ TODO: ADD URL TO DOCUMENTATION HERE).", - "type" : "text" - } - ], - "type" : "paragraph" - } - ], - "kind" : "content" } ], "schemaVersion" : { @@ -268,19 +161,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -328,6 +211,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -418,6 +302,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -496,6 +381,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -538,18 +424,6 @@ "type" : "topic", "url" : "\/documentation\/apolloapi\/documenttype\/persistedoperationsonly(operationidentifier:)" }, -"https://spec.graphql.org/draft/#Document": { - "identifier" : "https:\/\/spec.graphql.org\/draft\/#Document", - "title" : "GraphQLSpec - Document", - "titleInlineContent" : [ - { - "text" : "GraphQLSpec - Document", - "type" : "text" - } - ], - "type" : "link", - "url" : "https:\/\/spec.graphql.org\/draft\/#Document" -}, "https://www.apollographql.com/docs/apollo-server/performance/apq": { "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", "title" : "APQs", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/automaticallypersisted(operationidentifier:definition:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/automaticallypersisted(operationidentifier:definition:).json index 5f6380899a..c2106dc826 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/automaticallypersisted(operationidentifier:definition:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/automaticallypersisted(operationidentifier:definition:).json @@ -89,6 +89,9 @@ { "name" : "ApolloAPI" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -295,19 +298,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -355,6 +348,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/notpersisted(definition:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/notpersisted(definition:).json index 79c525e874..074b554674 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/notpersisted(definition:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/notpersisted(definition:).json @@ -83,6 +83,9 @@ { "name" : "ApolloAPI" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -216,19 +219,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -287,6 +280,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/persistedoperationsonly(operationidentifier:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/persistedoperationsonly(operationidentifier:).json index f161989d12..bbb2e9f69d 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/persistedoperationsonly(operationidentifier:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype/persistedoperationsonly(operationidentifier:).json @@ -88,6 +88,9 @@ { "name" : "ApolloAPI" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -256,19 +259,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -332,6 +325,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation.json index 507fb2142f..a8c2acc1b4 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\/operationDocument", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationIdentifier", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationName", "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType" @@ -418,6 +419,7 @@ "abstract" : [ ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -451,12 +453,54 @@ ], "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/document", "kind" : "symbol", - "required" : true, "role" : "symbol", "title" : "document", "type" : "topic", "url" : "\/documentation\/apolloapi\/graphqloperation\/document" }, +"doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/operationDocument": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocument" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI17OperationDocumentV", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationDocument", + "kind" : "symbol", + "required" : true, + "role" : "symbol", + "title" : "operationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/operationdocument" +}, "doc://ApolloAPI/documentation/ApolloAPI/GraphQLOperation/operationIdentifier": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/document.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/document.json index 45b6249e87..523649c9ff 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/document.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/document.json @@ -13,7 +13,8 @@ }, "kind" : "symbol", "metadata" : { - "externalID" : "s:9ApolloAPI16GraphQLOperationP8documentAA12DocumentTypeOvpZ", + "extendedModule" : "ApolloAPI", + "externalID" : "s:9ApolloAPI16GraphQLOperationPAAE8documentAA12DocumentTypeOvpZ", "fragments" : [ { "kind" : "keyword", @@ -50,7 +51,9 @@ "name" : "ApolloAPI" } ], - "required" : true, + "platforms" : [ + + ], "role" : "symbol", "roleHeading" : "Type Property", "symbolKind" : "property", @@ -191,19 +194,9 @@ }, "doc://ApolloAPI/documentation/ApolloAPI/DocumentType": { "abstract" : [ - { - "text" : "The means of providing the operation document that includes the definition of the operation", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "over network transport.", - "type" : "text" - } + ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -266,6 +259,7 @@ "abstract" : [ ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -299,7 +293,6 @@ ], "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/document", "kind" : "symbol", - "required" : true, "role" : "symbol", "title" : "document", "type" : "topic", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationdocument.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationdocument.json new file mode 100644 index 0000000000..9c2d6de802 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/graphqloperation/operationdocument.json @@ -0,0 +1,309 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationDocument" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI16GraphQLOperationP17operationDocumentAA09OperationF0VvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocument" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI17OperationDocumentV", + "text" : "OperationDocument" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "required" : true, + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "operationDocument" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocument" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI17OperationDocumentV", + "text" : "OperationDocument" + }, + { + "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\/operationdocument" + ], + "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/operationDocument": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocument" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI17OperationDocumentV", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationDocument", + "kind" : "symbol", + "required" : true, + "role" : "symbol", + "title" : "operationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/graphqloperation\/operationdocument" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument.json new file mode 100644 index 0000000000..fdc531f5cb --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument.json @@ -0,0 +1,553 @@ +{ + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI17OperationDocumentV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "roleHeading" : "Structure", + "symbolKind" : "struct", + "title" : "OperationDocument" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ] + } + ], + "kind" : "declarations" + }, + { + "content" : [ + { + "anchor" : "overview", + "level" : 2, + "text" : "Overview", + "type" : "heading" + }, + { + "inlineContent" : [ + { + "text" : "This data represents the ", + "type" : "text" + }, + { + "code" : "Document", + "type" : "codeVoice" + }, + { + "text" : " as defined in the GraphQL Spec.", + "type" : "text" + } + ], + "type" : "paragraph" + }, + { + "items" : [ + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "See: ", + "type" : "text" + }, + { + "identifier" : "https:\/\/spec.graphql.org\/draft\/#Document", + "isActive" : true, + "type" : "reference" + } + ], + "type" : "paragraph" + } + ] + } + ], + "type" : "unorderedList" + }, + { + "inlineContent" : [ + { + "text" : "The Apollo Code Generation Engine will generate the ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " on each generated", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ". You can configure the the code generation engine to include the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ", ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/operationIdentifier", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ", or both using the ", + "type" : "text" + }, + { + "code" : "OperationDocumentFormat", + "type" : "codeVoice" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "options in your ", + "type" : "text" + }, + { + "code" : "ApolloCodegenConfiguration", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "kind" : "content" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/init(operationIdentifier:definition:)" + ], + "title" : "Initializers" + }, + { + "identifiers" : [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/definition", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/operationIdentifier" + ], + "title" : "Instance Properties" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/operationdocument" + ], + "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/OperationDefinition": { + "abstract" : [ + { + "text" : "The definition of an operation to be provided over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "role" : "symbol", + "title" : "OperationDefinition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdefinition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/definition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "definition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/definition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/init(operationIdentifier:definition:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "externalParam", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/init(operationIdentifier:definition:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(operationIdentifier:definition:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/init(operationidentifier:definition:)" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/operationIdentifier": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/operationIdentifier", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationIdentifier", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/operationidentifier" +}, +"https://spec.graphql.org/draft/#Document": { + "identifier" : "https:\/\/spec.graphql.org\/draft\/#Document", + "title" : "GraphQLSpec - Document", + "titleInlineContent" : [ + { + "text" : "GraphQLSpec - Document", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/spec.graphql.org\/draft\/#Document" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/definition.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/definition.json new file mode 100644 index 0000000000..a011bfe1a3 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/definition.json @@ -0,0 +1,286 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/definition" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI17OperationDocumentV10definitionAA0C10DefinitionVSgvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "definition" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/operationdocument\/definition" + ], + "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/OperationDefinition": { + "abstract" : [ + { + "text" : "The definition of an operation to be provided over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "role" : "symbol", + "title" : "OperationDefinition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdefinition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/definition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "definition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/definition" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/init(operationidentifier:definition:).json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/init(operationidentifier:definition:).json new file mode 100644 index 0000000000..3e9b7b72d5 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/init(operationidentifier:definition:).json @@ -0,0 +1,337 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/init(operationIdentifier:definition:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI17OperationDocumentV19operationIdentifier10definitionACSSSg_AA0C10DefinitionVSgtcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "externalParam", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(operationIdentifier:definition:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "? = nil, " + }, + { + "kind" : "externalParam", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "? = nil)" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apolloapi\/operationdocument\/init(operationidentifier:definition:)" + ], + "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/OperationDefinition": { + "abstract" : [ + { + "text" : "The definition of an operation to be provided over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDefinition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDefinition" + } + ], + "role" : "symbol", + "title" : "OperationDefinition", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdefinition" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/init(operationIdentifier:definition:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?, " + }, + { + "kind" : "externalParam", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:9ApolloAPI19OperationDefinitionV", + "text" : "OperationDefinition" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/init(operationIdentifier:definition:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(operationIdentifier:definition:)", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/init(operationidentifier:definition:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/operationidentifier.json b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/operationidentifier.json new file mode 100644 index 0000000000..05e8060e9d --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apolloapi/operationdocument/operationidentifier.json @@ -0,0 +1,251 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI", + "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/operationIdentifier" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:9ApolloAPI17OperationDocumentV19operationIdentifierSSSgvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloAPI" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "operationIdentifier" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationIdentifier" + }, + { + "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\/operationdocument\/operationidentifier" + ], + "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/OperationDocument": { + "abstract" : [ + { + "text" : "The means of providing the operation document that includes the definition of the operation", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "over network transport.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocument" + } + ], + "role" : "symbol", + "title" : "OperationDocument", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument" +}, +"doc://ApolloAPI/documentation/ApolloAPI/OperationDocument/operationIdentifier": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationIdentifier" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/OperationDocument\/operationIdentifier", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationIdentifier", + "type" : "topic", + "url" : "\/documentation\/apolloapi\/operationdocument\/operationidentifier" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration.json index 0d8ae23ee1..591a04a287 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration.json @@ -106,6 +106,8 @@ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ExperimentalFeatures-swift.struct", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileInput", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SchemaTypesFileOutput", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SelectionSetInitializers" @@ -617,6 +619,88 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationsFileOutput": { "abstract" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig.json index 194c27af98..ac33913848 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig.json @@ -36,6 +36,7 @@ }, "kind" : "symbol", "metadata" : { + "extendedModule" : "ApolloCodegenLib", "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", "fragments" : [ { @@ -106,7 +107,7 @@ { "inlineContent" : [ { - "text" : "APQs are an Apollo Server feature. When using Apollo iOS to connect to any other GraphQL server,", + "text" : "APQs are a feature of Apollo Server\/Router. When using Apollo iOS to connect to any other GraphQL server,", "type" : "text" }, { @@ -136,7 +137,6 @@ { "identifiers" : [ "doc:\/\/ApolloCodegenLib\/Se", - "doc:\/\/ApolloCodegenLib\/SE", "doc:\/\/ApolloCodegenLib\/SQ", "doc:\/\/ApolloCodegenLib\/SH", "doc:\/\/ApolloCodegenLib\/SY" @@ -192,11 +192,6 @@ ] , "references": { -"doc://ApolloCodegenLib/SE": { - "identifier" : "doc:\/\/ApolloCodegenLib\/SE", - "title" : "Swift.Encodable", - "type" : "unresolvable" -}, "doc://ApolloCodegenLib/SH": { "identifier" : "doc:\/\/ApolloCodegenLib\/SH", "title" : "Swift.Hashable", @@ -341,7 +336,7 @@ "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/automaticallyPersist": { "abstract" : [ { - "text" : "Automatically persists your operations using Apollo Server’s", + "text" : "Automatically persists your operations using Apollo Server\/Router’s", "type" : "text" }, { @@ -358,6 +353,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -394,6 +390,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", @@ -472,7 +469,7 @@ "type" : "text" }, { - "text" : "to an Apollo Server using", + "text" : "to an Apollo Server\/Router using", "type" : "text" }, { @@ -489,6 +486,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/automaticallypersist.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/automaticallypersist.json index 33df762f15..c8996b55ad 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/automaticallypersist.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/automaticallypersist.json @@ -1,7 +1,7 @@ { "abstract" : [ { - "text" : "Automatically persists your operations using Apollo Server’s", + "text" : "Automatically persists your operations using Apollo Server\/Router’s", "type" : "text" }, { @@ -18,6 +18,17 @@ "type" : "text" } ], + "deprecationSummary" : [ + { + "inlineContent" : [ + { + "text" : "Use OperationDocumentFormat instead.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], "hierarchy" : { "paths" : [ [ @@ -52,6 +63,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -211,7 +225,7 @@ "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/automaticallyPersist": { "abstract" : [ { - "text" : "Automatically persists your operations using Apollo Server’s", + "text" : "Automatically persists your operations using Apollo Server\/Router’s", "type" : "text" }, { @@ -228,6 +242,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/disabled.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/disabled.json index a80c4b1e61..610380b123 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/disabled.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/disabled.json @@ -13,6 +13,17 @@ "type" : "text" } ], + "deprecationSummary" : [ + { + "inlineContent" : [ + { + "text" : "Use OperationDocumentFormat instead.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], "hierarchy" : { "paths" : [ [ @@ -47,6 +58,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -218,6 +232,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/persistedoperationsonly.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/persistedoperationsonly.json index 55a6ebf13b..d2853486d4 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/persistedoperationsonly.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/persistedoperationsonly.json @@ -17,7 +17,7 @@ "type" : "text" }, { - "text" : "to an Apollo Server using", + "text" : "to an Apollo Server\/Router using", "type" : "text" }, { @@ -34,6 +34,17 @@ "type" : "text" } ], + "deprecationSummary" : [ + { + "inlineContent" : [ + { + "text" : "Use OperationDocumentFormat instead.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], "hierarchy" : { "paths" : [ [ @@ -68,6 +79,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Case", @@ -129,7 +143,15 @@ "type" : "text" }, { - "text" : "method should only be used if you are manually persisting your queries to an Apollo Server.", + "text" : "method should only be used if you are manually persisting your queries to an", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Apollo Server\/Router.", "type" : "text" } ], @@ -279,7 +301,7 @@ "type" : "text" }, { - "text" : "to an Apollo Server using", + "text" : "to an Apollo Server\/Router using", "type" : "text" }, { @@ -296,6 +318,7 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/rawrepresentable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/rawrepresentable-implementations.json index cf696fc1dd..eae10a3e95 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/rawrepresentable-implementations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/rawrepresentable-implementations.json @@ -48,7 +48,6 @@ { "generated" : true, "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/encode(to:)", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/hash(into:)" ], "title" : "Instance Methods" @@ -167,104 +166,6 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/encode(to:)": { - "abstract" : [ - - ], - "conformance" : { - "availabilityPrefix" : [ - { - "text" : "Available when", - "type" : "text" - } - ], - "conformancePrefix" : [ - { - "text" : "Conforms when", - "type" : "text" - } - ], - "constraints" : [ - { - "code" : "Self", - "type" : "codeVoice" - }, - { - "text" : " conforms to ", - "type" : "text" - }, - { - "code" : "Encodable", - "type" : "codeVoice" - }, - { - "text" : " and ", - "type" : "text" - }, - { - "code" : "RawValue", - "type" : "codeVoice" - }, - { - "text" : " is ", - "type" : "text" - }, - { - "code" : "String", - "type" : "codeVoice" - }, - { - "text" : ".", - "type" : "text" - } - ] - }, - "fragments" : [ - { - "kind" : "keyword", - "text" : "func" - }, - { - "kind" : "text", - "text" : " " - }, - { - "kind" : "identifier", - "text" : "encode" - }, - { - "kind" : "text", - "text" : "(" - }, - { - "kind" : "externalParam", - "text" : "to" - }, - { - "kind" : "text", - "text" : ": " - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:s7EncoderP", - "text" : "Encoder" - }, - { - "kind" : "text", - "text" : ") " - }, - { - "kind" : "keyword", - "text" : "throws" - } - ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/encode(to:)", - "kind" : "symbol", - "role" : "symbol", - "title" : "encode(to:)", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig\/encode(to:)" -}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/hash(into:)": { "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 5ef1889de5..8f81e3f321 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 @@ -503,7 +503,7 @@ "type" : "text" }, { - "identifier" : "https:\/\/github.dev\/apollographql\/apollo-tooling", + "identifier" : "https:\/\/github.com\/apollographql\/apollo-tooling", "isActive" : true, "type" : "reference" }, @@ -546,8 +546,8 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/legacysafelistingcompatibleoperations" }, -"https://github.dev/apollographql/apollo-tooling": { - "identifier" : "https:\/\/github.dev\/apollographql\/apollo-tooling", +"https://github.com/apollographql/apollo-tooling": { + "identifier" : "https:\/\/github.com\/apollographql\/apollo-tooling", "title" : "apollo-tooling", "titleInlineContent" : [ { @@ -556,7 +556,7 @@ } ], "type" : "link", - "url" : "https:\/\/github.dev\/apollographql\/apollo-tooling" + "url" : "https:\/\/github.com\/apollographql\/apollo-tooling" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/legacysafelistingcompatibleoperations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/legacysafelistingcompatibleoperations.json index 59f96201be..15890e49a3 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/legacysafelistingcompatibleoperations.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/experimentalfeatures-swift.struct/legacysafelistingcompatibleoperations.json @@ -26,7 +26,7 @@ "type" : "text" }, { - "identifier" : "https:\/\/github.dev\/apollographql\/apollo-tooling", + "identifier" : "https:\/\/github.com\/apollographql\/apollo-tooling", "isActive" : true, "type" : "reference" }, @@ -290,7 +290,7 @@ "type" : "text" }, { - "identifier" : "https:\/\/github.dev\/apollographql\/apollo-tooling", + "identifier" : "https:\/\/github.com\/apollographql\/apollo-tooling", "isActive" : true, "type" : "reference" }, @@ -333,8 +333,8 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/experimentalfeatures-swift.struct\/legacysafelistingcompatibleoperations" }, -"https://github.dev/apollographql/apollo-tooling": { - "identifier" : "https:\/\/github.dev\/apollographql\/apollo-tooling", +"https://github.com/apollographql/apollo-tooling": { + "identifier" : "https:\/\/github.com\/apollographql\/apollo-tooling", "title" : "apollo-tooling", "titleInlineContent" : [ { @@ -343,7 +343,7 @@ } ], "type" : "link", - "url" : "https:\/\/github.dev\/apollographql\/apollo-tooling" + "url" : "https:\/\/github.com\/apollographql\/apollo-tooling" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput.json index 3347105819..6b60cad5a5 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput.json @@ -109,19 +109,27 @@ { "identifiers" : [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(from:)", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationIdentifiersPath:)" + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationIdentifiersPath:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationManifest:)" ], "title" : "Initializers" }, { "identifiers" : [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operationIdentifiersPath", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operationManifest", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operations", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/schemaTypes", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/testMocks" ], "title" : "Instance Properties" }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/encode(to:)" + ], + "title" : "Instance Methods" + }, { "generated" : true, "identifiers" : [ @@ -286,6 +294,56 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/equatable-implementations" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/encode(to:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/encode(to:)" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/init(from:)": { "abstract" : [ { @@ -346,10 +404,11 @@ "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/init(schemaTypes:operations:testMocks:operationIdentifiersPath:)": { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "identifier", @@ -462,6 +521,134 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/init(schematypes:operations:testmocks:operationidentifierspath:)" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/init(schemaTypes:operations:testMocks:operationManifest:)": { + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "schemaTypes" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV21SchemaTypesFileOutputV", + "text" : "SchemaTypesFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operations" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20OperationsFileOutputO", + "text" : "OperationsFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "testMocks" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV18TestMockFileOutputO", + "text" : "TestMockFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationManifest:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(schemaTypes:operations:testMocks:operationManifest:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/init(schematypes:operations:testmocks:operationmanifest:)" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/operationIdentifiersPath": { "abstract" : [ { @@ -469,10 +656,11 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -503,6 +691,89 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/operationidentifierspath" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/operationManifest": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : "nil", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operationManifest", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationManifest", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/operationmanifest" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/operations": { "abstract" : [ { @@ -640,6 +911,18 @@ "title" : "testMocks", "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/testmocks" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default.json index 10a617f544..d8ab138a4e 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default.json @@ -91,7 +91,7 @@ "topicSections" : [ { "identifiers" : [ - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationIdentifiersPath", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationManifest", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operations", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/testMocks" ], @@ -228,7 +228,7 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/Default/operationIdentifiersPath": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/Default/operationManifest": { "abstract" : [ ], @@ -251,7 +251,7 @@ }, { "kind" : "identifier", - "text" : "operationIdentifiersPath" + "text" : "operationManifest" }, { "kind" : "text", @@ -259,20 +259,29 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" }, { "kind" : "text", "text" : "?" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationIdentifiersPath", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationManifest", "kind" : "symbol", "role" : "symbol", - "title" : "operationIdentifiersPath", + "title" : "operationManifest", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationidentifierspath" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationmanifest" }, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/Default/operations": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationmanifest.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationmanifest.json new file mode 100644 index 0000000000..117acb0da4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationmanifest.json @@ -0,0 +1,391 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationManifest" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV7DefaultV17operationManifestAC09OperationieF0VSgvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "operationManifest" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationmanifest" + ], + "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/FileOutput": { + "abstract" : [ + { + "text" : "The paths and files output by code generation.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.FileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/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\/FileOutput\/Default", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Default" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.FileOutput.Default", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/Default/operationManifest": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationManifest", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationManifest", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationmanifest" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationidentifierspath.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/encode(to:).json similarity index 71% rename from docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationidentifierspath.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/encode(to:).json index fc12137b67..8658cee81a 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/default/operationidentifierspath.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/encode(to:).json @@ -1,41 +1,54 @@ { + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Encodable.encode(to:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], "hierarchy" : { "paths" : [ [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default" + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationIdentifiersPath" + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/encode(to:)" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV7DefaultV24operationIdentifiersPathSSSgvpZ", + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV6encode2toys7Encoder_p_tKF", "fragments" : [ { "kind" : "keyword", - "text" : "static" + "text" : "func" }, { "kind" : "text", "text" : " " }, { - "kind" : "keyword", - "text" : "let" + "kind" : "identifier", + "text" : "encode" }, { "kind" : "text", - "text" : " " + "text" : "(" }, { - "kind" : "identifier", - "text" : "operationIdentifiersPath" + "kind" : "externalParam", + "text" : "to" }, { "kind" : "text", @@ -43,12 +56,16 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" }, { "kind" : "text", - "text" : "?" + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" } ], "modules" : [ @@ -57,9 +74,9 @@ } ], "role" : "symbol", - "roleHeading" : "Type Property", - "symbolKind" : "property", - "title" : "operationIdentifiersPath" + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "encode(to:)" }, "primaryContentSections" : [ { @@ -74,23 +91,31 @@ "tokens" : [ { "kind" : "keyword", - "text" : "static" + "text" : "func" }, { "kind" : "text", "text" : " " }, { - "kind" : "keyword", - "text" : "let" + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" }, { "kind" : "text", "text" : " " }, { - "kind" : "identifier", - "text" : "operationIdentifiersPath" + "kind" : "internalParam", + "text" : "encoder" }, { "kind" : "text", @@ -98,12 +123,16 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" }, { "kind" : "text", - "text" : "?" + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" } ] } @@ -122,7 +151,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationidentifierspath" + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/encode(to:)" ], "traits" : [ { @@ -215,64 +244,30 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/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\/FileOutput\/Default", - "kind" : "symbol", - "navigatorTitle" : [ - { - "kind" : "identifier", - "text" : "Default" - } - ], - "role" : "symbol", - "title" : "ApolloCodegenConfiguration.FileOutput.Default", - "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default" -}, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/Default/operationIdentifiersPath": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/encode(to:)": { "abstract" : [ ], "fragments" : [ { "kind" : "keyword", - "text" : "static" + "text" : "func" }, { "kind" : "text", "text" : " " }, { - "kind" : "keyword", - "text" : "let" + "kind" : "identifier", + "text" : "encode" }, { "kind" : "text", - "text" : " " + "text" : "(" }, { - "kind" : "identifier", - "text" : "operationIdentifiersPath" + "kind" : "externalParam", + "text" : "to" }, { "kind" : "text", @@ -280,20 +275,24 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:SS", - "text" : "String" + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" }, { "kind" : "text", - "text" : "?" + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/Default\/operationIdentifiersPath", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/encode(to:)", "kind" : "symbol", "role" : "symbol", - "title" : "operationIdentifiersPath", + "title" : "encode(to:)", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/default\/operationidentifierspath" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/encode(to:)" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationidentifierspath:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationidentifierspath:).json index 4a672ad291..5969ba6036 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationidentifierspath:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationidentifierspath:).json @@ -1,7 +1,7 @@ { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], @@ -20,6 +20,7 @@ }, "kind" : "symbol", "metadata" : { + "extendedModule" : "ApolloCodegenLib", "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV11schemaTypes10operations9testMocks24operationIdentifiersPathAeC06SchemaheF0V_AC010OperationseF0OAC08TestMockeF0OSSSgtcfc", "fragments" : [ { @@ -130,6 +131,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Initializer", @@ -254,7 +258,7 @@ }, { "kind" : "text", - "text" : "? = Default.operationIdentifiersPath)" + "text" : "?)" } ] } @@ -355,15 +359,7 @@ { "inlineContent" : [ { - "text" : "operationIdentifiersPath: An absolute location to an operation id JSON map file.", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "If specified, also stores the operation IDs (hashes) as properties on operation types.", + "text" : "operationIdentifiersPath: An absolute location to an operation id JSON map file", "type" : "text" }, { @@ -371,7 +367,7 @@ "type" : "text" }, { - "text" : "Defaults to ", + "text" : "for use with APQ registration. Defaults to ", "type" : "text" }, { @@ -501,10 +497,11 @@ "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/init(schemaTypes:operations:testMocks:operationIdentifiersPath:)": { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "identifier", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationmanifest:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationmanifest:).json new file mode 100644 index 0000000000..36f26de431 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/init(schematypes:operations:testmocks:operationmanifest:).json @@ -0,0 +1,828 @@ +{ + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationManifest:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV11schemaTypes10operations9testMocks17operationManifestAeC06SchemaheF0V_AC010OperationseF0OAC08TestMockeF0OAC09OperationmeF0VSgtcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "schemaTypes" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV21SchemaTypesFileOutputV", + "text" : "SchemaTypesFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operations" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20OperationsFileOutputO", + "text" : "OperationsFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "testMocks" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV18TestMockFileOutputO", + "text" : "TestMockFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(schemaTypes:operations:testMocks:operationManifest:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "schemaTypes" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SchemaTypesFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV21SchemaTypesFileOutputV", + "text" : "SchemaTypesFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operations" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationsFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20OperationsFileOutputO", + "text" : "OperationsFileOutput" + }, + { + "kind" : "text", + "text" : " = Default.operations, " + }, + { + "kind" : "externalParam", + "text" : "testMocks" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/TestMockFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV18TestMockFileOutputO", + "text" : "TestMockFileOutput" + }, + { + "kind" : "text", + "text" : " = Default.testMocks, " + }, + { + "kind" : "externalParam", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "? = Default.operationManifest)" + } + ] + } + ], + "kind" : "declarations" + }, + { + "content" : [ + { + "anchor" : "discussion", + "level" : 2, + "text" : "Discussion", + "type" : "heading" + }, + { + "items" : [ + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "schemaTypes: The local path structure for the generated schema types files.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ] + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "operations: The local path structure for the generated operation object files.", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : ".inSchemaModule", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ] + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "testMocks: The local path structure for the test mock operation object files.", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "If ", + "type" : "text" + }, + { + "code" : ".none", + "type" : "codeVoice" + }, + { + "text" : ", test mocks will not be generated. Defaults to ", + "type" : "text" + }, + { + "code" : ".none", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ] + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "operationManifest: Configures the generation of an operation manifest JSON file for use", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "with persisted queries or", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : "nil", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ] + } + ], + "type" : "unorderedList" + } + ], + "kind" : "content" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/init(schematypes:operations:testmocks:operationmanifest:)" + ], + "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/FileOutput": { + "abstract" : [ + { + "text" : "The paths and files output by code generation.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.FileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/init(schemaTypes:operations:testMocks:operationManifest:)": { + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "schemaTypes" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV21SchemaTypesFileOutputV", + "text" : "SchemaTypesFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operations" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20OperationsFileOutputO", + "text" : "OperationsFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "testMocks" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV18TestMockFileOutputO", + "text" : "TestMockFileOutput" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?)" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/init(schemaTypes:operations:testMocks:operationManifest:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(schemaTypes:operations:testMocks:operationManifest:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/init(schematypes:operations:testmocks:operationmanifest:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationsFileOutput": { + "abstract" : [ + { + "text" : "The local path structure for the generated operation object files.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationsFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationsFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationsFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationsFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationsfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/SchemaTypesFileOutput": { + "abstract" : [ + { + "text" : "The local path structure for the generated schema types files.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "SchemaTypesFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SchemaTypesFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "SchemaTypesFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.SchemaTypesFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/schematypesfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/TestMockFileOutput": { + "abstract" : [ + { + "text" : "The local path structure for the generated test mock object files.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "TestMockFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/TestMockFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "TestMockFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.TestMockFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/testmockfileoutput" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationidentifierspath.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationidentifierspath.json index d5474c607d..d92a66c8b6 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationidentifierspath.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationidentifierspath.json @@ -20,11 +20,12 @@ }, "kind" : "symbol", "metadata" : { + "extendedModule" : "ApolloCodegenLib", "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV24operationIdentifiersPathSSSgvp", "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -52,6 +53,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Instance Property", @@ -71,7 +75,7 @@ "tokens" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -92,7 +96,15 @@ }, { "kind" : "text", - "text" : "?" + "text" : "? { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" } ] } @@ -211,10 +223,11 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationmanifest.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationmanifest.json new file mode 100644 index 0000000000..ab3f549008 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/fileoutput/operationmanifest.json @@ -0,0 +1,407 @@ +{ + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : "nil", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operationManifest" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV10FileOutputV17operationManifestAC09OperationheF0VSgvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "operationManifest" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/operationmanifest" + ], + "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/FileOutput": { + "abstract" : [ + { + "text" : "The paths and files output by code generation.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "FileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.FileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/FileOutput/operationManifest": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : "nil", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationManifest" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/FileOutput\/operationManifest", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationManifest", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/fileoutput\/operationmanifest" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat.json new file mode 100644 index 0000000000..2bcd514fa4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat.json @@ -0,0 +1,649 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "roleHeading" : "Structure", + "symbolKind" : "struct", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ] + } + ], + "kind" : "declarations" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/Se", + "doc:\/\/ApolloCodegenLib\/SE", + "doc:\/\/ApolloCodegenLib\/SQ", + "doc:\/\/ApolloCodegenLib\/s25ExpressibleByArrayLiteralP", + "doc:\/\/ApolloCodegenLib\/s9OptionSetP", + "doc:\/\/ApolloCodegenLib\/SY", + "doc:\/\/ApolloCodegenLib\/s10SetAlgebraP" + ], + "kind" : "relationships", + "title" : "Conforms To", + "type" : "conformsTo" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-2nbm0", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(rawValue:)" + ], + "title" : "Initializers" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/rawValue" + ], + "title" : "Instance Properties" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/encode(to:)" + ], + "title" : "Instance Methods" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/definition", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/operationId" + ], + "title" : "Type Properties" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ], + "title" : "Enumerations" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/Equatable-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/RawRepresentable-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ], + "title" : "Default Implementations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://ApolloCodegenLib/SE": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SE", + "title" : "Swift.Encodable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SQ": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SY": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SY", + "title" : "Swift.RawRepresentable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/Se": { + "identifier" : "doc:\/\/ApolloCodegenLib\/Se", + "title" : "Swift.Decodable", + "type" : "unresolvable" +}, +"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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/equatable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/definition": { + "abstract" : [ + { + "text" : "Include the GraphQL source document for the operation in the generated operation models.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "definition", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/definition" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/encode(to:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/encode(to:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(from:)-2nbm0": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-2nbm0", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-2nbm0" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(rawvalue:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/operationId": { + "abstract" : [ + { + "text" : "Include the computed operation identifier hash for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/operationId", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationId", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/operationid" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/rawValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/rawValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "rawValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawvalue" +}, +"doc://ApolloCodegenLib/s10SetAlgebraP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s10SetAlgebraP", + "title" : "Swift.SetAlgebra", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/s25ExpressibleByArrayLiteralP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s25ExpressibleByArrayLiteralP", + "title" : "Swift.ExpressibleByArrayLiteral", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/s9OptionSetP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s9OptionSetP", + "title" : "Swift.OptionSet", + "type" : "unresolvable" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/!=(_:_:).json new file mode 100644 index 0000000000..e0c4917b3a --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/!=(_:_:).json @@ -0,0 +1,352 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Equatable.!=(_:_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/Equatable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/!=(_:_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "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" : "ApolloCodegenLib" + } + ], + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/!=(_:_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/!=(_:_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/equatable-implementations" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys.json new file mode 100644 index 0000000000..b40939e1bc --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys.json @@ -0,0 +1,484 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "roleHeading" : "Enumeration", + "symbolKind" : "enum", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ] + } + ], + "kind" : "declarations" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/s9CodingKeyP", + "doc:\/\/ApolloCodegenLib\/s28CustomDebugStringConvertibleP", + "doc:\/\/ApolloCodegenLib\/s23CustomStringConvertibleP", + "doc:\/\/ApolloCodegenLib\/SQ", + "doc:\/\/ApolloCodegenLib\/SH", + "doc:\/\/ApolloCodegenLib\/SY", + "doc:\/\/ApolloCodegenLib\/s8SendableP" + ], + "kind" : "relationships", + "title" : "Conforms To", + "type" : "conformsTo" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/definition", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/operationId" + ], + "title" : "Enumeration Cases" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(intValue:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(rawValue:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(stringValue:)" + ], + "title" : "Initializers" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/Equatable-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations" + ], + "title" : "Default Implementations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://ApolloCodegenLib/SH": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SH", + "title" : "Swift.Hashable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SQ": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SY": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SY", + "title" : "Swift.RawRepresentable", + "type" : "unresolvable" +}, +"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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/CodingKey-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "CodingKey Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/codingkey-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/equatable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/definition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.definition", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/definition" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(intValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "intValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(intValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(intValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(intvalue:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(rawvalue:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(stringValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "stringValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(stringValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(stringValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(stringvalue:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/operationId": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/operationId", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.operationId", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/operationid" +}, +"doc://ApolloCodegenLib/s23CustomStringConvertibleP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s23CustomStringConvertibleP", + "title" : "Swift.CustomStringConvertible", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/s28CustomDebugStringConvertibleP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s28CustomDebugStringConvertibleP", + "title" : "Swift.CustomDebugStringConvertible", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/s8SendableP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s8SendableP", + "title" : "Swift.Sendable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/s9CodingKeyP": { + "identifier" : "doc:\/\/ApolloCodegenLib\/s9CodingKeyP", + "title" : "Swift.CodingKey", + "type" : "unresolvable" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/!=(_:_:).json new file mode 100644 index 0000000000..4111ab14f8 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/!=(_:_:).json @@ -0,0 +1,384 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Equatable.!=(_:_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/Equatable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/!=(_:_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "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" : "ApolloCodegenLib" + } + ], + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/!=(_:_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/!=(_:_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/equatable-implementations" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/codingkey-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/codingkey-implementations.json new file mode 100644 index 0000000000..1873aeb96a --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/codingkey-implementations.json @@ -0,0 +1,237 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "CodingKey Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/debugDescription", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/description" + ], + "title" : "Instance Properties" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/codingkey-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/debugDescription": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "debugDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/debugDescription", + "kind" : "symbol", + "role" : "symbol", + "title" : "debugDescription", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/debugdescription" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/description": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "description" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/description", + "kind" : "symbol", + "role" : "symbol", + "title" : "description", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/description" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/debugdescription.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/debugdescription.json new file mode 100644 index 0000000000..a8ae694e58 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/debugdescription.json @@ -0,0 +1,296 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "CodingKey.debugDescription", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/debugDescription" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s9CodingKeyPsE16debugDescriptionSSvp::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "debugDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "debugDescription" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "debugDescription" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/debugdescription" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/CodingKey-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "CodingKey Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/codingkey-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/debugDescription": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "debugDescription" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/debugDescription", + "kind" : "symbol", + "role" : "symbol", + "title" : "debugDescription", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/debugdescription" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/definition.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/definition.json new file mode 100644 index 0000000000..887fe1abf7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/definition.json @@ -0,0 +1,230 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/definition" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO10definitionyA2GmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.definition" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/definition" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/definition": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.definition", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/definition" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/description.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/description.json new file mode 100644 index 0000000000..c094bb0717 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/description.json @@ -0,0 +1,296 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "CodingKey.description", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/description" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s9CodingKeyPsE11descriptionSSvp::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "description" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "description" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "description" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/description" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/CodingKey-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/CodingKey-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "CodingKey Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/codingkey-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/description": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "description" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/description", + "kind" : "symbol", + "role" : "symbol", + "title" : "description", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/description" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/equatable-implementations.json new file mode 100644 index 0000000000..86392473b5 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/equatable-implementations.json @@ -0,0 +1,230 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/Equatable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "Equatable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/!=(_:_:)" + ], + "title" : "Operators" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/equatable-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/!=(_:_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hash(into:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hash(into:).json new file mode 100644 index 0000000000..b727521167 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hash(into:).json @@ -0,0 +1,448 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.hash(into:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hash(into:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "hash(into:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "hasher" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hash(into:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/hash(into:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hash(into:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "hash(into:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hash(into:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hashvalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hashvalue.json new file mode 100644 index 0000000000..f3082d5d39 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/hashvalue.json @@ -0,0 +1,392 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.hashValue", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hashValue" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "hashValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hashvalue" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/hashValue": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hashValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "hashValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hashvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(intvalue:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(intvalue:).json new file mode 100644 index 0000000000..f6246162ee --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(intvalue:).json @@ -0,0 +1,283 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "CodingKey.init(intValue:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(intValue:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO8intValueAGSgSi_tcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "intValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(intValue:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "intValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(intvalue:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(intValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "intValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(intValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(intValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(intvalue:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(rawvalue:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(rawvalue:).json new file mode 100644 index 0000000000..9d7ba908d0 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(rawvalue:).json @@ -0,0 +1,283 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.init(rawValue:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(rawValue:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO8rawValueAGSgSS_tcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(rawValue:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(rawvalue:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(rawvalue:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(stringvalue:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(stringvalue:).json new file mode 100644 index 0000000000..c02187ed3d --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/init(stringvalue:).json @@ -0,0 +1,283 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "CodingKey.init(stringValue:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(stringValue:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO11stringValueAGSgSS_tcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "stringValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(stringValue:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "stringValue" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(stringvalue:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/init(stringValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "stringValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/init(stringValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(stringValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/init(stringvalue:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/operationid.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/operationid.json new file mode 100644 index 0000000000..20ce6cae71 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/operationid.json @@ -0,0 +1,230 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/operationId" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10CodingKeysO11operationIdyA2GmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.operationId" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/operationid" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/operationId": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/operationId", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys.operationId", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/operationid" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/rawrepresentable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/rawrepresentable-implementations.json new file mode 100644 index 0000000000..d665cf6cf2 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/codingkeys/rawrepresentable-implementations.json @@ -0,0 +1,359 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/RawRepresentable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hashValue" + ], + "title" : "Instance Properties" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hash(into:)" + ], + "title" : "Instance Methods" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/rawrepresentable-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "CodingKeys" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat.CodingKeys", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/hash(into:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hash(into:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "hash(into:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hash(into:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/CodingKeys/hashValue": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/CodingKeys\/hashValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "hashValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/codingkeys\/hashvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/contains(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/contains(_:).json new file mode 100644 index 0000000000..e47633b016 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/contains(_:).json @@ -0,0 +1,356 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.contains(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/contains(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPs7ElementQzRszrlE8containsySbxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "contains" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "contains(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "contains" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "member" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/contains(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/contains(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "contains" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/contains(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "contains(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/contains(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/definition.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/definition.json new file mode 100644 index 0000000000..7cde0686f1 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/definition.json @@ -0,0 +1,287 @@ +{ + "abstract" : [ + { + "text" : "Include the GraphQL source document for the operation in the generated operation models.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/definition" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV10definitionAEvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "definition" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/definition" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/definition": { + "abstract" : [ + { + "text" : "Include the GraphQL source document for the operation in the generated operation models.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "definition" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/definition", + "kind" : "symbol", + "role" : "symbol", + "title" : "definition", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/definition" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/encode(to:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/encode(to:).json new file mode 100644 index 0000000000..164784ec84 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/encode(to:).json @@ -0,0 +1,295 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Encodable.encode(to:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/encode(to:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV6encode2toys7Encoder_p_tKF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "encode(to:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "encoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/encode(to:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/encode(to:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/encode(to:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/equatable-implementations.json new file mode 100644 index 0000000000..1a152b6b49 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/equatable-implementations.json @@ -0,0 +1,198 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/Equatable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "Equatable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/!=(_:_:)" + ], + "title" : "Operators" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/equatable-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/!=(_:_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formintersection(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formintersection(_:).json new file mode 100644 index 0000000000..d1bd9e611b --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formintersection(_:).json @@ -0,0 +1,349 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.formIntersection(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formIntersection(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPss17FixedWidthInteger8RawValueRpzrlE16formIntersectionyyxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formIntersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "formIntersection(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formIntersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formintersection(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formIntersection(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formIntersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formIntersection(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formIntersection(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formintersection(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formsymmetricdifference(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formsymmetricdifference(_:).json new file mode 100644 index 0000000000..236e9c2ca7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formsymmetricdifference(_:).json @@ -0,0 +1,349 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.formSymmetricDifference(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formSymmetricDifference(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPss17FixedWidthInteger8RawValueRpzrlE23formSymmetricDifferenceyyxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formSymmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "formSymmetricDifference(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formSymmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formsymmetricdifference(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formSymmetricDifference(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formSymmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formSymmetricDifference(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formSymmetricDifference(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formsymmetricdifference(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formunion(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formunion(_:).json new file mode 100644 index 0000000000..f7aecef535 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/formunion(_:).json @@ -0,0 +1,349 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.formUnion(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formUnion(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPss17FixedWidthInteger8RawValueRpzrlE9formUnionyyxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formUnion" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "formUnion(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formUnion" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formunion(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formUnion(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formUnion" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formUnion(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formUnion(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formunion(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init().json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init().json new file mode 100644 index 0000000000..70234f74fa --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init().json @@ -0,0 +1,277 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.init()", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init()" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPss17FixedWidthInteger8RawValueRpzrlExycfc::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "()" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init()" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "()" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init()" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init()": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "()" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init()", + "kind" : "symbol", + "role" : "symbol", + "title" : "init()", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init()" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(_:).json new file mode 100644 index 0000000000..2b15ad5948 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(_:).json @@ -0,0 +1,330 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.init(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsEyxqd__ncSTRd__7ElementQyd__ACRtzlufc::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "genericParameter", + "text" : "S" + }, + { + "kind" : "text", + "text" : ">(" + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "genericParameter", + "text" : "S" + }, + { + "kind" : "text", + "text" : ">(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "sequence" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "where" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : " : " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:ST", + "text" : "Sequence" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : " == " + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "genericParameter", + "text" : "S" + }, + { + "kind" : "text", + "text" : ">(" + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(arrayliteral:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(arrayliteral:).json new file mode 100644 index 0000000000..7d3187dc92 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(arrayliteral:).json @@ -0,0 +1,349 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.init(arrayLiteral:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(arrayLiteral:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "ArrayLiteralElement", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfc::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "arrayLiteral" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "...)" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(arrayLiteral:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "arrayLiteral" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "...)" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(arrayliteral:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(arrayLiteral:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "ArrayLiteralElement", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "arrayLiteral" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "...)" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(arrayLiteral:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(arrayLiteral:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(arrayliteral:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-2nbm0.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-2nbm0.json new file mode 100644 index 0000000000..7776b8604e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-2nbm0.json @@ -0,0 +1,271 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Decodable.init(from:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-2nbm0" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV4fromAEs7Decoder_p_tKcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(from:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "decoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-2nbm0" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(from:)-2nbm0": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-2nbm0", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-2nbm0" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-55pr0.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-55pr0.json new file mode 100644 index 0000000000..bfce2c5b4f --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(from:)-55pr0.json @@ -0,0 +1,380 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.init(from:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-55pr0" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "UInt8", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSeRzs5UInt8V8RawValueSYRtzrlE4fromxs7Decoder_p_tKcfc::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(from:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "decoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-55pr0" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(from:)-55pr0": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "UInt8", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-55pr0", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-55pr0" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(rawvalue:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(rawvalue:).json new file mode 100644 index 0000000000..30becd8677 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/init(rawvalue:).json @@ -0,0 +1,251 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.init(rawValue:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(rawValue:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV8rawValueAEs5UInt8V_tcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(rawValue:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(rawvalue:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(rawvalue:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/insert(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/insert(_:).json new file mode 100644 index 0000000000..539fd3d693 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/insert(_:).json @@ -0,0 +1,480 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.insert(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/insert(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPs7ElementQzRszrlE6insertySb8inserted_x17memberAfterInserttxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "insert" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> (inserted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", memberAfterInsert" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "insert(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "attribute", + "text" : "@discardableResult" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "insert" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "newMember" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> (inserted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", memberAfterInsert" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/insert(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/insert(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "insert" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> (inserted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", memberAfterInsert" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/insert(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "insert(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/insert(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/intersection(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/intersection(_:).json new file mode 100644 index 0000000000..3f93bb8d26 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/intersection(_:).json @@ -0,0 +1,289 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.intersection(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/intersection(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPsE12intersectionyxxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "intersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "intersection(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "intersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/intersection(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/intersection(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "intersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/intersection(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "intersection(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/intersection(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isdisjoint(with:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isdisjoint(with:).json new file mode 100644 index 0000000000..7f2268cad2 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isdisjoint(with:).json @@ -0,0 +1,308 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isDisjoint(with:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isDisjoint(with:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE10isDisjoint4withSbx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isDisjoint" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "isDisjoint(with:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isDisjoint" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isdisjoint(with:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isDisjoint(with:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isDisjoint" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isDisjoint(with:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isDisjoint(with:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isdisjoint(with:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isempty.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isempty.json new file mode 100644 index 0000000000..ce9e6febc5 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isempty.json @@ -0,0 +1,264 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isEmpty", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isEmpty" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE7isEmptySbvp::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isEmpty" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "isEmpty" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isEmpty" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isempty" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isEmpty": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isEmpty" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isEmpty", + "kind" : "symbol", + "role" : "symbol", + "title" : "isEmpty", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isempty" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsubset(of:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsubset(of:).json new file mode 100644 index 0000000000..eb4533df76 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsubset(of:).json @@ -0,0 +1,308 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isStrictSubset(of:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSubset(of:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE14isStrictSubset2ofSbx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "isStrictSubset(of:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsubset(of:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isStrictSubset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSubset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isStrictSubset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsubset(of:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsuperset(of:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsuperset(of:).json new file mode 100644 index 0000000000..cbc68dd841 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/isstrictsuperset(of:).json @@ -0,0 +1,308 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isStrictSuperset(of:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSuperset(of:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE16isStrictSuperset2ofSbx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "isStrictSuperset(of:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsuperset(of:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isStrictSuperset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSuperset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isStrictSuperset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsuperset(of:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issubset(of:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issubset(of:).json new file mode 100644 index 0000000000..0d258d751f --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issubset(of:).json @@ -0,0 +1,308 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isSubset(of:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSubset(of:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE8isSubset2ofSbx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "isSubset(of:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issubset(of:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isSubset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSubset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isSubset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issubset(of:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issuperset(of:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issuperset(of:).json new file mode 100644 index 0000000000..697734c54e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/issuperset(of:).json @@ -0,0 +1,308 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.isSuperset(of:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSuperset(of:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE10isSuperset2ofSbx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "isSuperset(of:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issuperset(of:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isSuperset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSuperset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isSuperset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issuperset(of:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/operationid.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/operationid.json new file mode 100644 index 0000000000..17e1aa4d42 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/operationid.json @@ -0,0 +1,333 @@ +{ + "abstract" : [ + { + "text" : "Include the computed operation identifier hash for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/operationId" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV11operationIdAEvpZ", + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Type Property", + "symbolKind" : "property", + "title" : "operationId" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/operationid" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/operationId": { + "abstract" : [ + { + "text" : "Include the computed operation identifier hash for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "static" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationId" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/operationId", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationId", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/operationid" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/optionset-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/optionset-implementations.json new file mode 100644 index 0000000000..e883eac601 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/optionset-implementations.json @@ -0,0 +1,913 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "OptionSet Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init()" + ], + "title" : "Initializers" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/contains(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formIntersection(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formSymmetricDifference(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formUnion(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/insert(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/intersection(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/remove(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/symmetricDifference(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/union(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/update(with:)" + ], + "title" : "Instance Methods" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/contains(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "contains" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/contains(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "contains(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/contains(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formIntersection(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formIntersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formIntersection(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formIntersection(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formintersection(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formSymmetricDifference(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formSymmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formSymmetricDifference(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formSymmetricDifference(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formsymmetricdifference(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/formUnion(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "formUnion" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/formUnion(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "formUnion(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/formunion(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init()": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "FixedWidthInteger", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "()" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init()", + "kind" : "symbol", + "role" : "symbol", + "title" : "init()", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init()" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/insert(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "insert" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> (inserted" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", memberAfterInsert" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/insert(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "insert(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/insert(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/intersection(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "intersection" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/intersection(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "intersection(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/intersection(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/remove(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "remove" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/remove(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "remove(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/remove(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/symmetricDifference(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "symmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/symmetricDifference(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "symmetricDifference(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/symmetricdifference(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/union(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "union" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/union(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "union(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/union(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/update(with:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "update" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/update(with:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "update(with:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/update(with:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawrepresentable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawrepresentable-implementations.json new file mode 100644 index 0000000000..0c83d0aae1 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawrepresentable-implementations.json @@ -0,0 +1,226 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/RawRepresentable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-55pr0" + ], + "title" : "Initializers" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawrepresentable-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(from:)-55pr0": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "UInt8", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(from:)-55pr0", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(from:)-55pr0" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawvalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawvalue.json new file mode 100644 index 0000000000..5fb0aed9f2 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/rawvalue.json @@ -0,0 +1,239 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.rawValue", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/rawValue" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV8rawValues5UInt8Vvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "rawValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawvalue" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/rawValue": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5UInt8V", + "text" : "UInt8" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/rawValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "rawValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/rawvalue" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/remove(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/remove(_:).json new file mode 100644 index 0000000000..f33a6d3de5 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/remove(_:).json @@ -0,0 +1,429 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.remove(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/remove(_:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPs7ElementQzRszrlE6removeyxSgxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "remove" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "remove(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "attribute", + "text" : "@discardableResult" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "remove" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "member" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/remove(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/remove(_:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "remove" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/remove(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "remove(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/remove(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/setalgebra-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/setalgebra-implementations.json new file mode 100644 index 0000000000..e5b05bdca2 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/setalgebra-implementations.json @@ -0,0 +1,633 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(arrayLiteral:)" + ], + "title" : "Initializers" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isEmpty" + ], + "title" : "Instance Properties" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isDisjoint(with:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSubset(of:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSuperset(of:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSubset(of:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSuperset(of:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtract(_:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtracting(_:)" + ], + "title" : "Instance Methods" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "<" + }, + { + "kind" : "genericParameter", + "text" : "S" + }, + { + "kind" : "text", + "text" : ">(" + }, + { + "kind" : "typeIdentifier", + "text" : "S" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/init(arrayLiteral:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "ArrayLiteralElement", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "arrayLiteral" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "...)" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/init(arrayLiteral:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(arrayLiteral:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/init(arrayliteral:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isDisjoint(with:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isDisjoint" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isDisjoint(with:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isDisjoint(with:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isdisjoint(with:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isEmpty": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isEmpty" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isEmpty", + "kind" : "symbol", + "role" : "symbol", + "title" : "isEmpty", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isempty" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isStrictSubset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSubset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isStrictSubset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsubset(of:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isStrictSuperset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isStrictSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isStrictSuperset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isStrictSuperset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/isstrictsuperset(of:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isSubset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSubset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSubset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isSubset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issubset(of:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/isSuperset(of:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "isSuperset" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "of" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/isSuperset(of:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "isSuperset(of:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/issuperset(of:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/subtract(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtract" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtract(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "subtract(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtract(_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/subtracting(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtracting" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtracting(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "subtracting(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtracting(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtract(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtract(_:).json new file mode 100644 index 0000000000..5cedeb8d00 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtract(_:).json @@ -0,0 +1,285 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.subtract(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtract(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE8subtractyyxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtract" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "subtract(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtract" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtract(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/subtract(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtract" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtract(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "subtract(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtract(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtracting(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtracting(_:).json new file mode 100644 index 0000000000..e4fb5659f4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/subtracting(_:).json @@ -0,0 +1,289 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "SetAlgebra.subtracting(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtracting(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s10SetAlgebraPsE11subtractingyxxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtracting" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "subtracting(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtracting" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtracting(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/SetAlgebra-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/SetAlgebra-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "SetAlgebra Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/setalgebra-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/subtracting(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "subtracting" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/subtracting(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "subtracting(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/subtracting(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/symmetricdifference(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/symmetricdifference(_:).json new file mode 100644 index 0000000000..77609f2a23 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/symmetricdifference(_:).json @@ -0,0 +1,289 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.symmetricDifference(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/symmetricDifference(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPsE19symmetricDifferenceyxxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "symmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "symmetricDifference(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "symmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/symmetricdifference(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/symmetricDifference(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "symmetricDifference" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/symmetricDifference(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "symmetricDifference(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/symmetricdifference(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/union(_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/union(_:).json new file mode 100644 index 0000000000..f8629e2bdd --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/union(_:).json @@ -0,0 +1,289 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.union(_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/union(_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPsE5unionyxxF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "union" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "union(_:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "union" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "_" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "other" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/union(_:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/union(_:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "union" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/union(_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "union(_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/union(_:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/update(with:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/update(with:).json new file mode 100644 index 0000000000..03b6139af4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationdocumentformat/update(with:).json @@ -0,0 +1,445 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "OptionSet.update(with:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/update(with:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:s9OptionSetPs7ElementQzRszrlE6update4withxSgx_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "update" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "update(with:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "attribute", + "text" : "@discardableResult" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "mutating" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "update" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "newMember" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/update(with:)" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/OptionSet-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/OptionSet-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "OptionSet Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/optionset-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat/update(with:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "Self.Element", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "update" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "with" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : ") -> " + }, + { + "kind" : "typeIdentifier", + "text" : "Self" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "text" : "Element" + }, + { + "kind" : "text", + "text" : "?" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat\/update(with:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "update(with:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat\/update(with:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput.json new file mode 100644 index 0000000000..0e8e96686e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput.json @@ -0,0 +1,511 @@ +{ + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "roleHeading" : "Structure", + "symbolKind" : "struct", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ] + } + ], + "kind" : "declarations" + }, + { + "content" : [ + { + "anchor" : "overview", + "level" : 2, + "text" : "Overview", + "type" : "heading" + }, + { + "inlineContent" : [ + { + "text" : "The operation manifest is a JSON file that maps all generated GraphQL operations to an", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "operation identifier. This manifest can be used to register operations with a server utilizing", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : "nil", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "kind" : "content" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/Se", + "doc:\/\/ApolloCodegenLib\/SE", + "doc:\/\/ApolloCodegenLib\/SQ" + ], + "kind" : "relationships", + "title" : "Conforms To", + "type" : "conformsTo" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(from:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(path:version:)" + ], + "title" : "Initializers" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ], + "title" : "Enumerations" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Equatable-Implementations" + ], + "title" : "Default Implementations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://ApolloCodegenLib/SE": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SE", + "title" : "Swift.Encodable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SQ": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/Se": { + "identifier" : "doc:\/\/ApolloCodegenLib\/Se", + "title" : "Swift.Decodable", + "type" : "unresolvable" +}, +"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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/equatable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/init(from:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(from:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(from:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/init(path:version:)": { + "abstract" : [ + { + "text" : "Designated Initializer", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "path" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "version" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "text" : "Version" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(path:version:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(path:version:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(path:version:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/!=(_:_:).json new file mode 100644 index 0000000000..b858e3d00e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/!=(_:_:).json @@ -0,0 +1,384 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Equatable.!=(_:_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Equatable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/!=(_:_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "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" : "ApolloCodegenLib" + } + ], + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/!=(_:_:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/!=(_:_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/equatable-implementations" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/equatable-implementations.json new file mode 100644 index 0000000000..b3c153936e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/equatable-implementations.json @@ -0,0 +1,230 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Equatable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "Equatable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/!=(_:_:)" + ], + "title" : "Operators" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/equatable-implementations" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/!=(_:_:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(from:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(from:).json new file mode 100644 index 0000000000..846431a7b7 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(from:).json @@ -0,0 +1,303 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Decodable.init(from:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(from:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV4fromAEs7Decoder_p_tKcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(from:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "decoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(from:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/init(from:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(from:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(from:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(path:version:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(path:version:).json new file mode 100644 index 0000000000..d59e7ca814 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/init(path:version:).json @@ -0,0 +1,466 @@ +{ + "abstract" : [ + { + "text" : "Designated Initializer", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(path:version:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV4path7versionAESS_AE7VersionOtcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "path" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "version" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "text" : "Version" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(path:version:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "path" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "version" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "text" : "Version" + }, + { + "kind" : "text", + "text" : " = .persistedQueries)" + } + ] + } + ], + "kind" : "declarations" + }, + { + "kind" : "parameters", + "parameters" : [ + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Local path where the generated operation manifest file should be written.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "path" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "The version format to use when generating the operation manifest.", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "Defaults to ", + "type" : "text" + }, + { + "code" : ".persistedQueries", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "version" + } + ] + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(path:version:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/init(path:version:)": { + "abstract" : [ + { + "text" : "Designated Initializer", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "path" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "version" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV", + "text" : "OperationManifestFileOutput" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "text" : "Version" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/init(path:version:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(path:version:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/init(path:version:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version.json new file mode 100644 index 0000000000..27a1a723b4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version.json @@ -0,0 +1,441 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "roleHeading" : "Enumeration", + "symbolKind" : "enum", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ] + } + ], + "kind" : "declarations" + } + ], + "relationshipsSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/Se", + "doc:\/\/ApolloCodegenLib\/SE", + "doc:\/\/ApolloCodegenLib\/SQ", + "doc:\/\/ApolloCodegenLib\/SH", + "doc:\/\/ApolloCodegenLib\/SY" + ], + "kind" : "relationships", + "title" : "Conforms To", + "type" : "conformsTo" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/legacyAPQ", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/persistedQueries" + ], + "title" : "Enumeration Cases" + }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(rawValue:)" + ], + "title" : "Initializers" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/Equatable-Implementations", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" + ], + "title" : "Default Implementations" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://ApolloCodegenLib/SE": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SE", + "title" : "Swift.Encodable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SH": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SH", + "title" : "Swift.Hashable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SQ": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SQ", + "title" : "Swift.Equatable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/SY": { + "identifier" : "doc:\/\/ApolloCodegenLib\/SY", + "title" : "Swift.RawRepresentable", + "type" : "unresolvable" +}, +"doc://ApolloCodegenLib/Se": { + "identifier" : "doc:\/\/ApolloCodegenLib\/Se", + "title" : "Swift.Decodable", + "type" : "unresolvable" +}, +"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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/equatable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(rawvalue:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/legacyAPQ": { + "abstract" : [ + { + "text" : "Generates an operation manifest for pre-registering operations with the legacy", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "functionality of Apollo Server\/Router.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "legacyAPQ" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/legacyAPQ", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.legacyAPQ", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/legacyapq" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/persistedQueries": { + "abstract" : [ + { + "text" : "Generates an operation manifest for use with persisted queries.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "persistedQueries" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/persistedQueries", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.persistedQueries", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/persistedqueries" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/!=(_:_:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/!=(_:_:).json new file mode 100644 index 0000000000..17070289a4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/!=(_:_:).json @@ -0,0 +1,416 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Equatable.!=(_:_:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/Equatable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/!=(_:_:)" + }, + "kind" : "symbol", + "metadata" : { + "extendedModule" : "Swift", + "externalID" : "s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "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" : "ApolloCodegenLib" + } + ], + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/!=(_:_:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/!=(_:_:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/Equatable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/Equatable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "Equatable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/equatable-implementations" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/encode(to:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/encode(to:).json similarity index 79% rename from docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/encode(to:).json rename to docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/encode(to:).json index 40eb8df0f6..c9fa04e6c0 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/apqconfig/encode(to:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/encode(to:).json @@ -18,14 +18,15 @@ [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/RawRepresentable-Implementations" + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" ] ] }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/encode(to:)" + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/encode(to:)" }, "kind" : "symbol", "metadata" : { @@ -78,7 +79,7 @@ ] }, "extendedModule" : "Swift", - "externalID" : "s:SYsSERzSS8RawValueSYRtzrlE6encode2toys7Encoder_p_tKF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", + "externalID" : "s:SYsSERzSS8RawValueSYRtzrlE6encode2toys7Encoder_p_tKF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", "fragments" : [ { "kind" : "keyword", @@ -201,7 +202,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig\/encode(to:)" + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/encode(to:)" ], "traits" : [ { @@ -260,29 +261,60 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput": { "abstract" : [ { - "text" : "Enum to enable using", + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", "type" : "text" }, { "text" : " ", "type" : "text" }, + { + "text" : "or ", + "type" : "text" + }, { "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", "isActive" : true, "type" : "reference" }, { - "text" : " ", + "text" : ".", "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" }, { - "text" : "with your generated operations.", - "type" : "text" + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + ], "fragments" : [ { @@ -295,34 +327,34 @@ }, { "kind" : "identifier", - "text" : "APQConfig" + "text" : "Version" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "APQConfig" + "text" : "Version" } ], "role" : "symbol", - "title" : "ApolloCodegenConfiguration.APQConfig", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/RawRepresentable-Implementations": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/RawRepresentable-Implementations": { "abstract" : [ ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/RawRepresentable-Implementations", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations", "kind" : "article", "role" : "collectionGroup", "title" : "RawRepresentable Implementations", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig\/rawrepresentable-implementations" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig/encode(to:)": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/encode(to:)": { "abstract" : [ ], @@ -413,12 +445,12 @@ "text" : "throws" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig\/encode(to:)", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/encode(to:)", "kind" : "symbol", "role" : "symbol", "title" : "encode(to:)", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig\/encode(to:)" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/encode(to:)" }, "https://www.apollographql.com/docs/apollo-server/performance/apq": { "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/equatable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/equatable-implementations.json new file mode 100644 index 0000000000..6177f4e096 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/equatable-implementations.json @@ -0,0 +1,262 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/Equatable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "Equatable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/!=(_:_:)" + ], + "title" : "Operators" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/equatable-implementations" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/!=(_:_:)": { + "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:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/!=(_:_:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "!=(_:_:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/!=(_:_:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hash(into:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hash(into:).json new file mode 100644 index 0000000000..aed658f76e --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hash(into:).json @@ -0,0 +1,480 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.hash(into:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hash(into:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "hash(into:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "hasher" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hash(into:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/hash(into:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hash(into:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "hash(into:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hash(into:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hashvalue.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hashvalue.json new file mode 100644 index 0000000000..12bb396135 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/hashvalue.json @@ -0,0 +1,424 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.hashValue", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hashValue" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSHRzSH8RawValueSYRpzrlE04hashB0Sivp::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "hashValue" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hashvalue" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/hashValue": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hashValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "hashValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hashvalue" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(from:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(from:).json new file mode 100644 index 0000000000..17642ca8d8 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(from:).json @@ -0,0 +1,444 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.init(from:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(from:)" + }, + "kind" : "symbol", + "metadata" : { + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "String", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "extendedModule" : "Swift", + "externalID" : "s:SYsSeRzSS8RawValueSYRtzrlE4fromxs7Decoder_p_tKcfc::SYNTHESIZED::s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(from:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "decoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(from:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/RawRepresentable-Implementations": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations", + "kind" : "article", + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/init(from:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "String", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(from:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(from:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(rawvalue:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(rawvalue:).json new file mode 100644 index 0000000000..9a8f7ff154 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/init(rawvalue:).json @@ -0,0 +1,315 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "RawRepresentable.init(rawValue:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(rawValue:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO8rawValueAGSgSS_tcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(rawValue:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "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\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(rawvalue:)" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/init(rawValue:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "?(" + }, + { + "kind" : "externalParam", + "text" : "rawValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(rawValue:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(rawValue:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(rawvalue:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/legacyapq.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/legacyapq.json new file mode 100644 index 0000000000..c5b14bf688 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/legacyapq.json @@ -0,0 +1,313 @@ +{ + "abstract" : [ + { + "text" : "Generates an operation manifest for pre-registering operations with the legacy", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "functionality of Apollo Server\/Router.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/legacyAPQ" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO9legacyAPQyA2GmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "legacyAPQ" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.legacyAPQ" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "legacyAPQ" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/legacyapq" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/legacyAPQ": { + "abstract" : [ + { + "text" : "Generates an operation manifest for pre-registering operations with the legacy", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "functionality of Apollo Server\/Router.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "legacyAPQ" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/legacyAPQ", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.legacyAPQ", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/legacyapq" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/persistedqueries.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/persistedqueries.json new file mode 100644 index 0000000000..cee39a9039 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/persistedqueries.json @@ -0,0 +1,271 @@ +{ + "abstract" : [ + { + "text" : "Generates an operation manifest for use with persisted queries.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/persistedQueries" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV27OperationManifestFileOutputV7VersionO16persistedQueriesyA2GmF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "persistedQueries" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Case", + "symbolKind" : "case", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.persistedQueries" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "persistedQueries" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/persistedqueries" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/persistedQueries": { + "abstract" : [ + { + "text" : "Generates an operation manifest for use with persisted queries.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "case" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "persistedQueries" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/persistedQueries", + "kind" : "symbol", + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version.persistedQueries", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/persistedqueries" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/rawrepresentable-implementations.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/rawrepresentable-implementations.json new file mode 100644 index 0000000000..c6b388778c --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version/rawrepresentable-implementations.json @@ -0,0 +1,587 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/RawRepresentable-Implementations" + }, + "kind" : "article", + "metadata" : { + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "collectionGroup", + "title" : "RawRepresentable Implementations" + }, + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(from:)" + ], + "title" : "Initializers" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hashValue" + ], + "title" : "Instance Properties" + }, + { + "generated" : true, + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/encode(to:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hash(into:)" + ], + "title" : "Instance Methods" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/rawrepresentable-implementations" + ], + "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/OperationManifestFileOutput": { + "abstract" : [ + { + "text" : "Configures the generation of an operation manifest JSON file for use with persisted queries", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "or ", + "type" : "text" + }, + { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "isActive" : true, + "type" : "reference" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationManifestFileOutput" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Version" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Version" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationManifestFileOutput.Version", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/encode(to:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Encodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "String", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/encode(to:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/hash(into:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hash" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "into" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "keyword", + "text" : "inout" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6HasherV", + "text" : "Hasher" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hash(into:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "hash(into:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hash(into:)" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/hashValue": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Hashable", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "hashValue" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/hashValue", + "kind" : "symbol", + "role" : "symbol", + "title" : "hashValue", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/hashvalue" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationManifestFileOutput/Version/init(from:)": { + "abstract" : [ + + ], + "conformance" : { + "availabilityPrefix" : [ + { + "text" : "Available when", + "type" : "text" + } + ], + "conformancePrefix" : [ + { + "text" : "Conforms when", + "type" : "text" + } + ], + "constraints" : [ + { + "code" : "Self", + "type" : "codeVoice" + }, + { + "text" : " conforms to ", + "type" : "text" + }, + { + "code" : "Decodable", + "type" : "codeVoice" + }, + { + "text" : " and ", + "type" : "text" + }, + { + "code" : "RawValue", + "type" : "codeVoice" + }, + { + "text" : " is ", + "type" : "text" + }, + { + "code" : "String", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ] + }, + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "from" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7DecoderP", + "text" : "Decoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationManifestFileOutput\/Version\/init(from:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(from:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationmanifestfileoutput\/version\/init(from:)" +}, +"https://www.apollographql.com/docs/apollo-server/performance/apq": { + "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", + "title" : "Automatic Persisted Queries (APQs)", + "titleInlineContent" : [ + { + "text" : "Automatic Persisted Queries (APQs)", + "type" : "text" + } + ], + "type" : "link", + "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions.json index 4dee97d11c..e2eba5a287 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions.json @@ -103,6 +103,7 @@ { "identifiers" : [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:apqs:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(from:)" ], "title" : "Initializers" @@ -114,6 +115,7 @@ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/cocoapodsCompatibleImportStatements", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/conversionStrategies", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/deprecatedEnumCases", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/operationDocumentFormat", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/pruneGeneratedFiles", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/queryStringLiteralFormat", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/schemaDocumentation", @@ -122,6 +124,12 @@ ], "title" : "Instance Properties" }, + { + "identifiers" : [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/encode(to:)" + ], + "title" : "Instance Methods" + }, { "generated" : true, "identifiers" : [ @@ -331,10 +339,11 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -507,13 +516,64 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/deprecatedenumcases" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/encode(to:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/encode(to:)" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:apqs:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)": { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "identifier", @@ -764,6 +824,263 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:apqs:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegeneratedfiles:)" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)": { + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "additionalInflectionRules" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib14InflectionRuleO", + "text" : "InflectionRule" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "queryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24QueryStringLiteralFormatO", + "text" : "QueryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "deprecatedEnumCases" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "schemaDocumentation" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "selectionSetInitializers" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24SelectionSetInitializersV", + "text" : "SelectionSetInitializers" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "cocoapodsCompatibleImportStatements" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "warningsOnDeprecatedUsage" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "conversionStrategies" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", + "text" : "ConversionStrategies" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "pruneGeneratedFiles" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/init(from:)": { "abstract" : [ @@ -806,6 +1123,52 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/init(from:)" }, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/operationDocumentFormat": { + "abstract" : [ + { + "text" : "How to generate the operation documents for your generated operations.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/operationDocumentFormat", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/operationdocumentformat" +}, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/pruneGeneratedFiles": { "abstract" : [ { diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/apqs.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/apqs.json index 4a386bdff7..b72c35f775 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/apqs.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/apqs.json @@ -5,6 +5,17 @@ "type" : "text" } ], + "deprecationSummary" : [ + { + "inlineContent" : [ + { + "text" : "Use OperationDocumentFormat instead.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], "hierarchy" : { "paths" : [ [ @@ -20,11 +31,12 @@ }, "kind" : "symbol", "metadata" : { + "extendedModule" : "ApolloCodegenLib", "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV4apqsAC9APQConfigOvp", "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -57,6 +69,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Instance Property", @@ -76,7 +91,7 @@ "tokens" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", @@ -105,6 +120,18 @@ "kind" : "typeIdentifier", "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", "text" : "APQConfig" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" } ] } @@ -299,10 +326,11 @@ "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "keyword", - "text" : "let" + "text" : "var" }, { "kind" : "text", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default.json index ce93a61f6c..924de391e1 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default.json @@ -92,10 +92,10 @@ { "identifiers" : [ "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/additionalInflectionRules", - "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/apqs", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/cocoapodsCompatibleImportStatements", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/conversionStrategies", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/deprecatedEnumCases", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/operationDocumentFormat", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/pruneGeneratedFiles", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/queryStringLiteralFormat", "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/schemaDocumentation", @@ -278,7 +278,7 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/additionalinflectionrules" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/apqs": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/cocoapodsCompatibleImportStatements": { "abstract" : [ ], @@ -301,7 +301,7 @@ }, { "kind" : "identifier", - "text" : "apqs" + "text" : "cocoapodsCompatibleImportStatements" }, { "kind" : "text", @@ -309,27 +309,18 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", - "text" : "ApolloCodegenConfiguration" - }, - { - "kind" : "text", - "text" : "." - }, - { - "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", - "text" : "APQConfig" + "preciseIdentifier" : "s:Sb", + "text" : "Bool" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/apqs", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/cocoapodsCompatibleImportStatements", "kind" : "symbol", "role" : "symbol", - "title" : "apqs", + "title" : "cocoapodsCompatibleImportStatements", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/apqs" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/cocoapodscompatibleimportstatements" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/cocoapodsCompatibleImportStatements": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/conversionStrategies": { "abstract" : [ ], @@ -352,7 +343,7 @@ }, { "kind" : "identifier", - "text" : "cocoapodsCompatibleImportStatements" + "text" : "conversionStrategies" }, { "kind" : "text", @@ -360,18 +351,27 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:Sb", - "text" : "Bool" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", + "text" : "ConversionStrategies" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/cocoapodsCompatibleImportStatements", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/conversionStrategies", "kind" : "symbol", "role" : "symbol", - "title" : "cocoapodsCompatibleImportStatements", + "title" : "conversionStrategies", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/cocoapodscompatibleimportstatements" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/conversionstrategies" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/conversionStrategies": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/deprecatedEnumCases": { "abstract" : [ ], @@ -394,7 +394,7 @@ }, { "kind" : "identifier", - "text" : "conversionStrategies" + "text" : "deprecatedEnumCases" }, { "kind" : "text", @@ -411,18 +411,18 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", - "text" : "ConversionStrategies" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/conversionStrategies", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/deprecatedEnumCases", "kind" : "symbol", "role" : "symbol", - "title" : "conversionStrategies", + "title" : "deprecatedEnumCases", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/conversionstrategies" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/deprecatedenumcases" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/deprecatedEnumCases": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/operationDocumentFormat": { "abstract" : [ ], @@ -445,7 +445,7 @@ }, { "kind" : "identifier", - "text" : "deprecatedEnumCases" + "text" : "operationDocumentFormat" }, { "kind" : "text", @@ -462,16 +462,16 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", - "text" : "Composition" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/deprecatedEnumCases", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/operationDocumentFormat", "kind" : "symbol", "role" : "symbol", - "title" : "deprecatedEnumCases", + "title" : "operationDocumentFormat", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/deprecatedenumcases" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/operationdocumentformat" }, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/pruneGeneratedFiles": { "abstract" : [ diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/apqs.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/operationdocumentformat.json similarity index 82% rename from docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/apqs.json rename to docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/operationdocumentformat.json index b4ecdd3790..d91b6f7050 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/apqs.json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/default/operationdocumentformat.json @@ -11,11 +11,11 @@ }, "identifier" : { "interfaceLanguage" : "swift", - "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/apqs" + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/operationDocumentFormat" }, "kind" : "symbol", "metadata" : { - "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV7DefaultV4apqsAC9APQConfigOvpZ", + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV7DefaultV23operationDocumentFormatAC09OperationiJ0VvpZ", "fragments" : [ { "kind" : "keyword", @@ -35,7 +35,7 @@ }, { "kind" : "identifier", - "text" : "apqs" + "text" : "operationDocumentFormat" }, { "kind" : "text", @@ -52,8 +52,8 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", - "text" : "APQConfig" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" } ], "modules" : [ @@ -64,7 +64,7 @@ "role" : "symbol", "roleHeading" : "Type Property", "symbolKind" : "property", - "title" : "apqs" + "title" : "operationDocumentFormat" }, "primaryContentSections" : [ { @@ -95,7 +95,7 @@ }, { "kind" : "identifier", - "text" : "apqs" + "text" : "operationDocumentFormat" }, { "kind" : "text", @@ -112,10 +112,10 @@ "text" : "." }, { - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", - "text" : "APQConfig" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" } ] } @@ -134,7 +134,7 @@ "variants" : [ { "paths" : [ - "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/apqs" + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/operationdocumentformat" ], "traits" : [ { @@ -193,34 +193,14 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/APQConfig": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat": { "abstract" : [ - { - "text" : "Enum to enable using", - "type" : "text" - }, - { - "text" : " ", - "type" : "text" - }, - { - "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", - "isActive" : true, - "type" : "reference" - }, - { - "text" : " ", - "type" : "text" - }, - { - "text" : "with your generated operations.", - "type" : "text" - } + ], "fragments" : [ { "kind" : "keyword", - "text" : "enum" + "text" : "struct" }, { "kind" : "text", @@ -228,21 +208,21 @@ }, { "kind" : "identifier", - "text" : "APQConfig" + "text" : "OperationDocumentFormat" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/APQConfig", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", "kind" : "symbol", "navigatorTitle" : [ { "kind" : "identifier", - "text" : "APQConfig" + "text" : "OperationDocumentFormat" } ], "role" : "symbol", - "title" : "ApolloCodegenConfiguration.APQConfig", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/apqconfig" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" }, "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions": { "abstract" : [ @@ -309,7 +289,7 @@ "type" : "topic", "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default" }, -"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/apqs": { +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/Default/operationDocumentFormat": { "abstract" : [ ], @@ -332,7 +312,7 @@ }, { "kind" : "identifier", - "text" : "apqs" + "text" : "operationDocumentFormat" }, { "kind" : "text", @@ -349,28 +329,16 @@ }, { "kind" : "typeIdentifier", - "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV9APQConfigO", - "text" : "APQConfig" + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" } ], - "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/apqs", + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/Default\/operationDocumentFormat", "kind" : "symbol", "role" : "symbol", - "title" : "apqs", + "title" : "operationDocumentFormat", "type" : "topic", - "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/apqs" -}, -"https://www.apollographql.com/docs/apollo-server/performance/apq": { - "identifier" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq", - "title" : "Automatic Persisted Queries (APQs)", - "titleInlineContent" : [ - { - "text" : "Automatic Persisted Queries (APQs)", - "type" : "text" - } - ], - "type" : "link", - "url" : "https:\/\/www.apollographql.com\/docs\/apollo-server\/performance\/apq" + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/default\/operationdocumentformat" } } } \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/encode(to:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/encode(to:).json new file mode 100644 index 0000000000..97d28d5dff --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/encode(to:).json @@ -0,0 +1,295 @@ +{ + "abstract" : [ + { + "text" : "Inherited from ", + "type" : "text" + }, + { + "code" : "Encodable.encode(to:)", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/encode(to:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV6encode2toys7Encoder_p_tKF", + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Method", + "symbolKind" : "method", + "title" : "encode(to:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "internalParam", + "text" : "encoder" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/encode(to:)" + ], + "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/OutputOptions": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OutputOptions", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/encode(to:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "encode" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s7EncoderP", + "text" : "Encoder" + }, + { + "kind" : "text", + "text" : ") " + }, + { + "kind" : "keyword", + "text" : "throws" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/encode(to:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "encode(to:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/encode(to:)" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:apqs:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegeneratedfiles:).json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:apqs:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegeneratedfiles:).json index 1201169c67..f04103f999 100644 --- a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:apqs:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegeneratedfiles:).json +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:apqs:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegeneratedfiles:).json @@ -1,7 +1,7 @@ { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], @@ -20,6 +20,7 @@ }, "kind" : "symbol", "metadata" : { + "extendedModule" : "ApolloCodegenLib", "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV25additionalInflectionRules24queryStringLiteralFormat19deprecatedEnumCases19schemaDocumentation24selectionSetInitializers4apqs35cocoapodsCompatibleImportStatements25warningsOnDeprecatedUsage20conversionStrategies19pruneGeneratedFilesAESayAA0H4RuleOG_AC05QueryklM0OAC11CompositionOAvC09SelectiontU0VAC9APQConfigOSbAvC20ConversionStrategiesVSbtcfc", "fragments" : [ { @@ -268,6 +269,9 @@ { "name" : "ApolloCodegenLib" } + ], + "platforms" : [ + ], "role" : "symbol", "roleHeading" : "Initializer", @@ -449,7 +453,7 @@ }, { "kind" : "text", - "text" : " = Default.apqs, " + "text" : ", " }, { "kind" : "externalParam", @@ -1040,10 +1044,11 @@ "doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:apqs:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)": { "abstract" : [ { - "text" : "Designated initializer.", + "text" : "Deprecated initializer.", "type" : "text" } ], + "deprecated" : true, "fragments" : [ { "kind" : "identifier", diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal.json new file mode 100644 index 0000000000..38c7fddef4 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal.json @@ -0,0 +1,1397 @@ +{ + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV25additionalInflectionRules24queryStringLiteralFormat19deprecatedEnumCases19schemaDocumentation24selectionSetInitializers017operationDocumentM035cocoapodsCompatibleImportStatements25warningsOnDeprecatedUsage20conversionStrategies19pruneGeneratedFilesAESayAA0H4RuleOG_AC05QueryklM0OAC11CompositionOAvC09SelectiontU0VAC09OperationwM0VSbAvC20ConversionStrategiesVSbtcfc", + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "additionalInflectionRules" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib14InflectionRuleO", + "text" : "InflectionRule" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "queryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24QueryStringLiteralFormatO", + "text" : "QueryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "deprecatedEnumCases" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "schemaDocumentation" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "selectionSetInitializers" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24SelectionSetInitializersV", + "text" : "SelectionSetInitializers" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "cocoapodsCompatibleImportStatements" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "warningsOnDeprecatedUsage" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "conversionStrategies" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", + "text" : "ConversionStrategies" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "pruneGeneratedFiles" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Initializer", + "symbolKind" : "init", + "title" : "init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "additionalInflectionRules" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/InflectionRule", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib14InflectionRuleO", + "text" : "InflectionRule" + }, + { + "kind" : "text", + "text" : "] = Default.additionalInflectionRules, " + }, + { + "kind" : "externalParam", + "text" : "queryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/QueryStringLiteralFormat", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24QueryStringLiteralFormatO", + "text" : "QueryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : " = Default.queryStringLiteralFormat, " + }, + { + "kind" : "externalParam", + "text" : "deprecatedEnumCases" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/Composition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : " = Default.deprecatedEnumCases, " + }, + { + "kind" : "externalParam", + "text" : "schemaDocumentation" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/Composition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : " = Default.schemaDocumentation, " + }, + { + "kind" : "externalParam", + "text" : "selectionSetInitializers" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SelectionSetInitializers", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24SelectionSetInitializersV", + "text" : "SelectionSetInitializers" + }, + { + "kind" : "text", + "text" : " = Default.selectionSetInitializers, " + }, + { + "kind" : "externalParam", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + }, + { + "kind" : "text", + "text" : " = Default.operationDocumentFormat, " + }, + { + "kind" : "externalParam", + "text" : "cocoapodsCompatibleImportStatements" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : " = Default.cocoapodsCompatibleImportStatements, " + }, + { + "kind" : "externalParam", + "text" : "warningsOnDeprecatedUsage" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/Composition", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : " = Default.warningsOnDeprecatedUsage, " + }, + { + "kind" : "externalParam", + "text" : "conversionStrategies" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ConversionStrategies", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", + "text" : "ConversionStrategies" + }, + { + "kind" : "text", + "text" : " = Default.conversionStrategies, " + }, + { + "kind" : "externalParam", + "text" : "pruneGeneratedFiles" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : " = Default.pruneGeneratedFiles)" + } + ] + } + ], + "kind" : "declarations" + }, + { + "kind" : "parameters", + "parameters" : [ + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Any non-default rules for pluralization or singularization", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "you wish to include.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "additionalInflectionRules" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Formatting of the GraphQL query string literal that is", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "included in each generated operation object.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "queryStringLiteralFormat" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "How deprecated enum cases from the schema should be handled.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "deprecatedEnumCases" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Whether schema documentation is added to the generated files.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "schemaDocumentation" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Which generated selection sets should include", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "generated initializers.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "selectionSetInitializers" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "How to generate the operation documents for your generated operations.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "operationDocumentFormat" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Generate import statements that are compatible with", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "including ", + "type" : "text" + }, + { + "code" : "Apollo", + "type" : "codeVoice" + }, + { + "text" : " via Cocoapods.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "cocoapodsCompatibleImportStatements" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Annotate generated Swift code with the Swift ", + "type" : "text" + }, + { + "code" : "available", + "type" : "codeVoice" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "attribute and ", + "type" : "text" + }, + { + "code" : "deprecated", + "type" : "codeVoice" + }, + { + "text" : " argument for parts of the GraphQL schema annotated with the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "built-in ", + "type" : "text" + }, + { + "code" : "@deprecated", + "type" : "codeVoice" + }, + { + "text" : " directive.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "warningsOnDeprecatedUsage" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Rules for how to convert the names of values from the schema in", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "generated code.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "conversionStrategies" + }, + { + "content" : [ + { + "inlineContent" : [ + { + "text" : "Whether unused generated files will be automatically deleted.", + "type" : "text" + } + ], + "type" : "paragraph" + } + ], + "name" : "pruneGeneratedFiles" + } + ] + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal" + ], + "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/Composition": { + "abstract" : [ + { + "text" : "Composition is used as a substitute for a boolean where context is better placed in the value", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "instead of the parameter name, e.g.: ", + "type" : "text" + }, + { + "code" : "includeDeprecatedEnumCases = true", + "type" : "codeVoice" + }, + { + "text" : " vs.", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "code" : "deprecatedEnumCases = .include", + "type" : "codeVoice" + }, + { + "text" : ".", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "Composition" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/Composition", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "Composition" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.Composition", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/composition" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/ConversionStrategies": { + "abstract" : [ + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ConversionStrategies", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " configures rules for how to convert the names of values from the", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "schema in generated code.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "ConversionStrategies" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/ConversionStrategies", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "ConversionStrategies" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.ConversionStrategies", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/conversionstrategies" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OutputOptions", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)": { + "abstract" : [ + { + "text" : "Designated initializer.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "additionalInflectionRules" + }, + { + "kind" : "text", + "text" : ": [" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib14InflectionRuleO", + "text" : "InflectionRule" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "externalParam", + "text" : "queryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24QueryStringLiteralFormatO", + "text" : "QueryStringLiteralFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "deprecatedEnumCases" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "schemaDocumentation" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "selectionSetInitializers" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV24SelectionSetInitializersV", + "text" : "SelectionSetInitializers" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "cocoapodsCompatibleImportStatements" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "warningsOnDeprecatedUsage" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV11CompositionO", + "text" : "Composition" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "conversionStrategies" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV20ConversionStrategiesV", + "text" : "ConversionStrategies" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "pruneGeneratedFiles" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Sb", + "text" : "Bool" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "init(additionalInflectionRules:queryStringLiteralFormat:deprecatedEnumCases:schemaDocumentation:selectionSetInitializers:operationDocumentFormat:cocoapodsCompatibleImportStatements:warningsOnDeprecatedUsage:conversionStrategies:pruneGeneratedFiles:)", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/init(additionalinflectionrules:querystringliteralformat:deprecatedenumcases:schemadocumentation:selectionsetinitializers:operationdocumentformat:cocoapodscompatibleimportstatements:warningsondeprecatedusage:conversionstrategies:prunegenerat-4xxal" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/QueryStringLiteralFormat": { + "abstract" : [ + { + "text" : "Specify the formatting of the GraphQL query string literal.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "QueryStringLiteralFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/QueryStringLiteralFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "QueryStringLiteralFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.QueryStringLiteralFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/querystringliteralformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/SelectionSetInitializers": { + "abstract" : [ + { + "text" : "The ", + "type" : "text" + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SelectionSetInitializers", + "isActive" : true, + "type" : "reference" + }, + { + "text" : " configuration is used to determine if you would like", + "type" : "text" + }, + { + "text" : " ", + "type" : "text" + }, + { + "text" : "initializers to be generated for your generated selection set models.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "SelectionSetInitializers" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/SelectionSetInitializers", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "SelectionSetInitializers" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.SelectionSetInitializers", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/selectionsetinitializers" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/InflectionRule": { + "abstract" : [ + { + "text" : "The types of inflection rules that can be used to customize pluralization.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "InflectionRule" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/InflectionRule", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "InflectionRule" + } + ], + "role" : "symbol", + "title" : "InflectionRule", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/inflectionrule" +} +} +} \ No newline at end of file diff --git a/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/operationdocumentformat.json b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/operationdocumentformat.json new file mode 100644 index 0000000000..9acff7d578 --- /dev/null +++ b/docs/docc/Apollo.doccarchive/data/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/operationdocumentformat.json @@ -0,0 +1,294 @@ +{ + "abstract" : [ + { + "text" : "How to generate the operation documents for your generated operations.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/operationDocumentFormat" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:16ApolloCodegenLib0aB13ConfigurationV13OutputOptionsV23operationDocumentFormatAC09OperationhI0Vvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "modules" : [ + { + "name" : "ApolloCodegenLib" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "operationDocumentFormat" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/operationdocumentformat" + ], + "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/OperationDocumentFormat": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OperationDocumentFormat", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OperationDocumentFormat" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OperationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/operationdocumentformat" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "struct" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "OutputOptions" + } + ], + "role" : "symbol", + "title" : "ApolloCodegenConfiguration.OutputOptions", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions" +}, +"doc://ApolloCodegenLib/documentation/ApolloCodegenLib/ApolloCodegenConfiguration/OutputOptions/operationDocumentFormat": { + "abstract" : [ + { + "text" : "How to generate the operation documents for your generated operations.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "let" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "operationDocumentFormat" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV", + "text" : "ApolloCodegenConfiguration" + }, + { + "kind" : "text", + "text" : "." + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:16ApolloCodegenLib0aB13ConfigurationV23OperationDocumentFormatV", + "text" : "OperationDocumentFormat" + } + ], + "identifier" : "doc:\/\/ApolloCodegenLib\/documentation\/ApolloCodegenLib\/ApolloCodegenConfiguration\/OutputOptions\/operationDocumentFormat", + "kind" : "symbol", + "role" : "symbol", + "title" : "operationDocumentFormat", + "type" : "topic", + "url" : "\/documentation\/apollocodegenlib\/apollocodegenconfiguration\/outputoptions\/operationdocumentformat" +} +} +} \ No newline at end of file diff --git a/docs/source/code-generation/codegen-configuration.mdx b/docs/source/code-generation/codegen-configuration.mdx index 3212b93066..111117775c 100644 --- a/docs/source/code-generation/codegen-configuration.mdx +++ b/docs/source/code-generation/codegen-configuration.mdx @@ -98,7 +98,7 @@ The properties to configure `output` are: | [`schemaTypes`](#schema-types) | Location and structure of the generated schema types files. | | [`operations`](#operations) | Location and structure of the generated operation files such as queries, mutations, subscriptions, and fragments. | | [`testMocks`](#test-mocks) | Location and structure of the test mock operation object files.

If `.none`, test mocks will not be generated. | -| [`operationIdentifiersPath`](#operation-identifiers) | An absolute location to an operation identifier JSON map file. This can be used in conjunction with [APQs](../fetching/apqs). | +| [`operationManifest`](#operation-manifest) | Configures the generation of an operation manifest JSON file for use with persisted queries or [Automatic Persisted Queries](../fetching/apqs). | @@ -116,7 +116,10 @@ The properties to configure `output` are: "testMocks": { "none": {} }, - "operationIdentifiersPath": "./generated/" + "operationManifest" : { + "path" : "./generated/operationIdentifiers.json", + "version" : "persistedQueries" + } } ``` @@ -392,27 +395,40 @@ Specify the directory for your test mocks using the `path` parameter. This is re > > Test mocks generated this way may also be manually embedded in a test utility module that is imported by your test target. -### Operation identifiers +### Operation Manifest + +Providing a value for this property will generate a JSON document with all your operations and their computed identifier hashes. This document can be used to pre-register the identifiers for your operations with a server that supports [persisted queries or Automatic Persisted Queries](./../fetching/apqs). + +The properties of the Operation Manifest configuration object are: + +| Property Name | Description | +| ----- | ----------- | +| `path` | Local path where the generated operation manifest file should be written. | +| [`version`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/operationmanifestfileoutput/version) | The version format to use when generating the operation manifest. | -Providing a path for this property will generate a JSON document with all your operations and their computed identifier hashes. This document can be used to pre-register the identifiers for your operations with an Apollo Server instance for use with [Automatic Persisted Queries](./../fetching/apqs). + ```json title="CLI Configuration JSON" -{ - "b02d2d734060114f64b24338486748f4f1f00838e07a293cc4e0f73f98fe3dad": { - "name": "TestQuery", - "source": "query TestQuery {\\n test\\n}" - }, - "50ed8cda22910b3b708bc69402626f9fe4f1bbaeafb40df9084d029fade5bab1": { - "name": "TestMutation", - "source": "mutation TestMutation {\\n update {\\n result\\n }\\n}" - }, - "55f75259c34f0ccc6b131d23545d9fa79885c93ec785176bd9b6d3c4062fcaed": { - "name": "TestSubscription", - "source": "subscription TestSubscription {\\n watched\\n}" +"output": { + "operationManifest" : { + "path" : "./generated/operationIdentifiers.json", + "version" : "persistedQueries" } } ``` +```swift title="Swift Codegen Setup" +let configuration = ApolloCodegenConfiguration( + // Other properties not shown + output: ApolloCodegenConfiguration.FileOutput( + operationManifest: .init( + path: "./generated/operationIdentifiers.json", + version: .persistedQueries + ) + ) +) +``` + ## Output options The code generation engine supports a number of configuration options to change the behaviour of the generator and tailor the generated Swift code to your specific needs. @@ -426,7 +442,7 @@ The top-level properties are: | [`deprecatedEnumCases`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/deprecatedenumcases) | Annotate generated Swift enums with the Swift `@available` attribute for GraphQL enum cases annotated with the built-in [`@deprecated` directive](https://spec.graphql.org/draft/#sec--deprecated). | | [`schemaDocumentation`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/schemadocumentation) | Include or exclude [schema documentation](https://spec.graphql.org/draft/#sec-Descriptions) in the generated files. | | [`selectionSetInitializers`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/selectionsetinitializers) | Generate initializers for your generated selection set models. | -| [`apqs`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/apqs) | Whether the generated operations should use Automatic Persisted Queries. | +| [`operationDocumentFormat`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/operationdocumentformat) | How to generate the operation documents for your generated operations. This can be used to generate operation identifiers for use with a server that supports [persisted queries or Automatic Persisted Queries](./../fetching/apqs) | | [`cocoapodsCompatibleImportStatements`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/cocoapodscompatibleimportstatements) | Generate import statements that are compatible with including `Apollo` via Cocoapods. | | [`warningsOnDeprecatedUsage`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/warningsondeprecatedusage) | Annotate generated Swift code with the Swift `@available` attribute and `@deprecated` argument for parts of the GraphQL schema annotated with the built-in [`@deprecated` directive](https://spec.graphql.org/draft/#sec--deprecated). | | [`conversionStrategies`](https://www.apollographql.com/docs/ios/docc/documentation/apollocodegenlib/apollocodegenconfiguration/outputoptions/conversionstrategies) | Rules for how to convert the names of values from the schema in generated code. | @@ -454,7 +470,7 @@ The top-level properties are: "MyFragment" ] }, - "apqs": "disabled", + "operationDocumentFormat" : ["definition", "operationId"], "cocoapodsCompatibleImportStatements": false, "warningsOnDeprecatedUsage": "include", "conversionStrategies": { @@ -482,7 +498,7 @@ let configuration = ApolloCodegenConfiguration( .operation(named: "MyOperation"), .fragment(named: "MyFragment) ], - apqs: .disabled, + operationDocumentFormat: [.document, .operationId], cocoapodsCompatibleImportStatements: false, warningsOnDeprecatedUsage: .include, conversionStrategies: ApolloCodegenConfiguration.ConversionStrategies(