forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(appsync): introduce breaking changes to api for consistency (aw…
…s#10101) Change all instances of `GraphQLApi`/`GraphQlApi` to be `GraphqlApi`/`graphqlApi`. This was done to make the snake casing for python users feel more natural. **Before** ```ts appsync.GraphQLApi(...) appsync.GraphQLApiProps appsync.GraphQLApi.graphQlUrl ``` **After** ```ts appsync.GraphqlApi(...) appsync.GraphqlApiProps appsync.GraphqlApi.graphqlUrl ``` **BREAKING CHANGES**: Change all instances of `GraphQLApi` or `graphQLApi` or `graphQlApi` to be `graphqlApi`/`GraphqlApi`. - **appsync**: change `GraphQLApi` to `GraphqlApi` (all instances of `xxxQL` or `xxxQl` to `xxxql` Fixes aws#9367 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
1 parent
05f5e62
commit 9edbec9
Showing
21 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.