Skip to content

Commit 36f7fa7

Browse files
AnthonyMDevgh-action-runner
authored andcommitted
Combined API Reference (#787)
1 parent d51c02f commit 36f7fa7

File tree

4,736 files changed

+122246
-88637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,736 files changed

+122246
-88637
lines changed

Apollo.doccarchive/css/39.cc2d61d1.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apollo.doccarchive/css/989.4f123103.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apollo.doccarchive/css/documentation-topic.b031fba4.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apollo.doccarchive/css/index.d0b63544.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apollo.doccarchive/css/topic.59e2bdb7.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apollo.doccarchive/css/tutorials-overview.9c2b2457.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/Documentation\/documentation\/Index"},"sections":[],"metadata":{"role":"collection","title":"Apollo iOS"},"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[[]]},"primaryContentSections":[{"kind":"content","content":[{"anchor":"Overview","level":2,"text":"Overview","type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"Our API reference is automatically generated directly from the inline comments in our code. If you’re contributing to Apollo, all you have to do is add inline documentation comments, conforming to "},{"type":"reference","identifier":"https:\/\/developer.apple.com\/documentation\/xcode\/writing-symbol-documentation-in-your-source-files","isActive":true},{"type":"text","text":", and they will appear here."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"See something missing in the documentation? Add inline documentation comments to the code, and open a pull request!"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"To run the documentation generator, cd into the SwiftScripts folder and run"}]},{"code":["swift run DocumentationGenerator"],"type":"codeListing","syntax":"bash"},{"anchor":"Libraries","level":2,"text":"Libraries","type":"heading"},{"type":"paragraph","inlineContent":[{"inlineContent":[{"type":"reference","identifier":"\/documentation\/apollo","isActive":true}],"type":"strong"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"The core Apollo client library."}]},{"type":"paragraph","inlineContent":[{"type":"strong","inlineContent":[{"identifier":"\/documentation\/apolloapi","type":"reference","isActive":true}]}]},{"type":"paragraph","inlineContent":[{"text":"The internal models shared by the ","type":"text"},{"overridingTitleInlineContent":[{"type":"codeVoice","code":"Apollo"}],"identifier":"\/documentation\/apollo","isActive":true,"overridingTitle":"Apollo","type":"reference"},{"text":" client and the models generated by ","type":"text"},{"identifier":"\/documentation\/apollocodegenlib","isActive":true,"type":"reference"}]},{"type":"paragraph","inlineContent":[{"inlineContent":[{"identifier":"\/documentation\/apollocodegenlib","type":"reference","isActive":true,"overridingTitle":"ApolloCodegenLib","overridingTitleInlineContent":[{"type":"text","text":"ApolloCodegenLib"}]}],"type":"strong"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"The code generation engine used to generate model objects for an application from a GraphQL schema and operation set."}]},{"type":"paragraph","inlineContent":[{"type":"strong","inlineContent":[{"type":"reference","identifier":"\/documentation\/apollosqlite","isActive":true}]}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"A "},{"type":"reference","identifier":"\/documentation\/apollo\/normalizedcache","isActive":true},{"type":"text","text":" implementation backed by a "},{"type":"codeVoice","code":"SQLite"},{"type":"text","text":" database."}]},{"type":"paragraph","inlineContent":[{"inlineContent":[{"identifier":"\/documentation\/apollowebsocket","isActive":true,"type":"reference"}],"type":"strong"}]},{"type":"paragraph","inlineContent":[{"text":"A web socket network transport implementation that provides support for ","type":"text"},{"isActive":true,"type":"reference","identifier":"\/documentation\/apolloapi\/graphqlsubscription"},{"text":" operations over a web socket connection.","type":"text"}]},{"type":"paragraph","inlineContent":[{"type":"strong","inlineContent":[{"identifier":"\/documentation\/apollopagination","type":"reference","isActive":true}]}]},{"type":"paragraph","inlineContent":[{"text":"A library that provides support for fetching and watching paginated queries with ","type":"text"},{"overridingTitle":"Apollo","overridingTitleInlineContent":[{"code":"Apollo","type":"codeVoice"}],"type":"reference","isActive":true,"identifier":"\/documentation\/apollo"},{"text":".","type":"text"}]}]}],"kind":"article","abstract":[{"type":"text","text":"API Reference Documentation for Apollo iOS."}],"references":{"/documentation/apollo":{"url":"\/documentation\/apollo","type":"link","title":"Apollo","titleInlineContent":[{"type":"text","text":"Apollo"}],"identifier":"\/documentation\/apollo"},"/documentation/apollo/normalizedcache":{"title":"NormalizedCache","type":"link","identifier":"\/documentation\/apollo\/normalizedcache","titleInlineContent":[{"type":"codeVoice","code":"NormalizedCache"}],"url":"\/documentation\/apollo\/normalizedcache"},"/documentation/apolloapi/graphqlsubscription":{"url":"\/documentation\/apolloapi\/graphqlsubscription","type":"link","title":"GraphQLSubscription","titleInlineContent":[{"type":"codeVoice","code":"GraphQLSubscription"}],"identifier":"\/documentation\/apolloapi\/graphqlsubscription"},"https://developer.apple.com/documentation/xcode/writing-symbol-documentation-in-your-source-files":{"title":"DocC formatting guidelines","type":"link","identifier":"https:\/\/developer.apple.com\/documentation\/xcode\/writing-symbol-documentation-in-your-source-files","titleInlineContent":[{"type":"text","text":"DocC formatting guidelines"}],"url":"https:\/\/developer.apple.com\/documentation\/xcode\/writing-symbol-documentation-in-your-source-files"},"/documentation/apollopagination":{"url":"\/documentation\/apollopagination","type":"link","title":"ApolloPagination","titleInlineContent":[{"type":"text","text":"ApolloPagination"}],"identifier":"\/documentation\/apollopagination"},"/documentation/apollosqlite":{"title":"ApolloSQLite","type":"link","identifier":"\/documentation\/apollosqlite","titleInlineContent":[{"type":"text","text":"ApolloSQLite"}],"url":"\/documentation\/apollosqlite"},"/documentation/apollowebsocket":{"url":"\/documentation\/apollowebsocket","type":"link","title":"ApolloWebSocket","titleInlineContent":[{"type":"text","text":"ApolloWebSocket"}],"identifier":"\/documentation\/apollowebsocket"},"/documentation/apolloapi":{"title":"ApolloAPI","type":"link","identifier":"\/documentation\/apolloapi","titleInlineContent":[{"type":"text","text":"ApolloAPI"}],"url":"\/documentation\/apolloapi"},"/documentation/apollocodegenlib":{"url":"\/documentation\/apollocodegenlib","type":"link","title":"ApolloCodegenLib","titleInlineContent":[{"type":"codeVoice","code":"ApolloCodegenLib"}],"identifier":"\/documentation\/apollocodegenlib"}}}
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en-US" class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="icon" href="/favicon.ico"><link rel="mask-icon" href="/favicon.svg" color="#333333"><title>Documentation</title><script>var baseUrl = "/"</script><script defer="defer" src="/js/chunk-vendors.bdb7cbba.js"></script><script defer="defer" src="/js/index.5b6366e8.js"></script><link href="/css/index.d0b63544.css" rel="stylesheet"></head><body data-color-scheme="auto"><noscript><style>.noscript{font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif;margin:92px auto 140px auto;text-align:center;width:980px}.noscript-title{color:#111;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08365;margin:0 auto 54px auto;width:502px}@media only screen and (max-width:1068px){.noscript{margin:90px auto 120px auto;width:692px}.noscript-title{font-size:40px;letter-spacing:0;line-height:1.1;margin:0 auto 45px auto;width:420px}}@media only screen and (max-width:735px){.noscript{margin:45px auto 60px auto;width:87.5%}.noscript-title{font-size:32px;letter-spacing:.004em;line-height:1.125;margin:0 auto 35px auto;max-width:330px;width:auto}}#loading-placeholder{display:none}</style><div class="noscript"><h1 class="noscript-title">This page requires JavaScript.</h1><p>Please turn on JavaScript in your browser and refresh the page to view its content.</p></div></noscript><div id="app"></div></body></html>

0 commit comments

Comments
 (0)