Skip to content

Commit 453fe3e

Browse files
authored
chore: add graphql language to fenced code block for syntax highlighting (#5256)
1 parent 5861aa8 commit 453fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cli/migration/lazy-load-custom-selection-set.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ With the latest Amplify library for Swift, developers now have better query cont
1717

1818
Developers using **API (GraphQL)** can control the data returned from their GraphQL service. The request for a particular model can include or exclude connected models. Let’s take a look at the schema with Post and Comment models in the following examples. A comment belongs to a post and a post has many comments.
1919

20-
```
20+
```graphql
2121
enum PostStatus {
2222
ACTIVE
2323
INACTIVE

0 commit comments

Comments
 (0)