Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Francois Philippart de Foy committed Feb 7, 2024
1 parent a9feb8b commit c1033e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eventbridge-appsync-subscription-sam/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ type Subscription {
@aws_subscribe(mutations: ["onEbUpdate"])
}

type Query {
getUpdate(): Update
}
# Any Query you need for your application
type QueryOutput { output: String! }
type Query { myQuery(input: String!): QueryOutput }

0 comments on commit c1033e1

Please sign in to comment.