We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53427f commit f00d9aeCopy full SHA for f00d9ae
src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx
@@ -227,7 +227,7 @@ dependencies {
227
```
228
229
```kotlin
230
-// Use CUP auth mode, reading configuration from AmplifyOutputs
+// Use apiKey auth mode, reading configuration from AmplifyOutputs
231
val connector = ApolloAmplifyConnector(context, AmplifyOutputs(R.raw.amplify_outputs))
232
val apolloClient = ApolloClient.Builder()
233
.appSync(connector.endpoint, connector.apiKeyAuthorizer())
0 commit comments