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 46f634c commit 445e420Copy full SHA for 445e420
src/fragments/lib/graphqlapi/graphql-from-node.mdx
@@ -1,5 +1,5 @@
1
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
-
+
3
```graphql
4
type Todo @model @auth(rules: [{ allow: public }]) {
5
name: String
0 commit comments