Skip to content

Commit

Permalink
Remove SummitCallouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Nov 6, 2024
1 parent 1a3dfcf commit 11250db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/source/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ import SPMPackageInstallationPanel from "../shared/spm-package-installation-pane
import PodsInstallationPanel from "../shared/pods-installation-panel.mdx"
import SetupCodegen from "../shared/setup-codegen/combined.mdx"

<SummitCallout
topic="Apollo iOS"
workshopName="GraphQL for mobile: Going hands-on with the Apollo iOS Client"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712948039436001PqAt"
/>

Follow the steps below to add Apollo iOS to your app:

## 1. Install the Apollo frameworks
Expand Down
6 changes: 0 additions & 6 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ title: Introduction to Apollo iOS
description: A strongly typed, Swift-first GraphQL client
---

<SummitCallout
topic="Apollo iOS"
workshopName="GraphQL for mobile: Going hands-on with the Apollo iOS Client"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712948039436001PqAt"
/>

**Apollo iOS** is an [open-source](https://github.com/apollographql/apollo-ios) GraphQL client for native client applications, written in Swift.

Apollo iOS executes queries and mutations using a GraphQL server and returns results as pre-generated and operation-specific Swift types. This means that Apollo iOS takes care of forming spec-compliant GraphQL requests, parsing JSON responses, and manually validating and type-casting response data for you!
Expand Down

0 comments on commit 11250db

Please sign in to comment.