Skip to content

Commit

Permalink
add aws api key type to query
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvbnmmohd committed Jul 29, 2024
1 parent c17b5ed commit ffca0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify/backend/api/RukuAPI/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type Query {
type Query @aws_api_key {
echo(message: String!): String! @function(name: "RukuAPIQueryHandler-${env}")
}

Expand Down

0 comments on commit ffca0f3

Please sign in to comment.