You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed code to upload schema onto lambda, made resolver template take in schema file as separate file instead of input, made template static by not accepting any input including the timestamp. Also updated integration tests to succeed with these changes (#79)
Te utility created a new file in the *output* folder called *TodoExample.source.graphql*, and the GraphQL API in AppSync. As you can see below, the utility inferenced:
24
+
The utility created a new file in the *output* folder called *TodoExample.source.graphql*, and the GraphQL API in AppSync. As you can see below, the utility inferenced:
25
25
26
26
- In the type *Todo* it added *@relationship* for a new type *CommentEdge*. This is instructing the resolver to connect *Todo* to *Comment* using a graph database edge called *CommentEdge*.
27
27
- A new input called *TodoInput* was added to help the queries and the mutations.
0 commit comments