Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riywo committed Nov 30, 2022
1 parent 1144e34 commit 6d5ecc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const sfnExpressDataSource = new AppSyncDataSourceStepFunctionsExpress(stack, 'S
apiId: api.attrApiId,
});

sfnExpressDataSource.createStateMachineResolver('SumResolver', {
stateMachine: sumStateMachine,
sfnExpressDataSource.createStateMachineResolver('Resolver', {
stateMachine,
schema,
typeName: 'Query',
fieldName: 'getPost',
Expand Down

0 comments on commit 6d5ecc8

Please sign in to comment.