From 9f885df807ad81098f4ea77d030c9971cee1d946 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Fri, 7 Jun 2024 10:21:42 -0600 Subject: [PATCH] docs: inline images (#5953) * Inline images --- docs/source/testing/android-studio-plugin.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/testing/android-studio-plugin.mdx b/docs/source/testing/android-studio-plugin.mdx index a16872d95b3..2ec6ee5b9e6 100644 --- a/docs/source/testing/android-studio-plugin.mdx +++ b/docs/source/testing/android-studio-plugin.mdx @@ -38,7 +38,7 @@ The file structure of the Apollo project is automatically contributed, so there #### Kotlin → GraphQL -When editing Kotlin code, Gutter icon icons will show next to references to generated operation and fragment classes. +When editing Kotlin code, Gutter icon icons will show next to references to generated operation and fragment classes. Clicking on them will navigate to the corresponding GraphQL definition. You can also go to the GraphQL definition with Cmd Click (Mac) or Ctrl Click (Windows / Linux) on an operation, field, enum, etc. @@ -81,7 +81,7 @@ This uses the Introspection endpoint or the Registry that you can [configure](.. You can open a GraphQL file in [Apollo Sandbox](https://studio.apollographql.com/sandbox/explorer) with right click | Open in | Apollo Sandbox. This is a handy way to share operations with coworkers for instance. There, they will be able to execute the operation and see the result. -This is also accessible from the Sandbox icon button at the top of the editor. +This is also accessible from the Sandbox icon button at the top of the editor. ### High latency fields