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 73c19c8 commit 6d7b259Copy full SHA for 6d7b259
spec/Section 2 -- Language.md
@@ -640,7 +640,7 @@ query withFragments {
640
}
641
642
643
-"""Common fields for a user's friends."""
+"Common fields for a user's friends."
644
fragment friendFields on User {
645
id
646
name
@@ -1273,7 +1273,7 @@ particular device:
1273
1274
```graphql example
1275
query getZuckProfile(
1276
- """The size of the profile picture to fetch."""
+ "The size of the profile picture to fetch."
1277
$devicePicSize: Int
1278
) {
1279
user(id: 4) {
0 commit comments