Skip to content

Commit 445e420

Browse files
authored
commit to re-trigger checks
1 parent 46f634c commit 445e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/graphqlapi/graphql-from-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
You can call an AppSync GraphQL API from a Node.js app or a Lambda function. Take a basic `Todo` app as an example:
2-
2+
33
```graphql
44
type Todo @model @auth(rules: [{ allow: public }]) {
55
name: String

0 commit comments

Comments
 (0)