Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(appsync): separating schema from graphql api #9903
feat(appsync): separating schema from graphql api #9903
Changes from 85 commits
46df9f0
84a7b4c
f3350e3
ede2020
d9271ec
7904e62
4591a70
da20dcd
6ede81e
4d48a2d
63e35b3
1b82340
fad768a
5bec482
96021db
0184c25
2a7c641
076ebdf
a351a04
8637009
0ecd95f
7005315
28f7e93
fc98566
c27a158
72d8be4
bff3e3b
47d9c89
1e2dd60
d8ee61c
1d1aec9
81563c0
a1e34a3
e7b57a4
7c8115f
04705e4
bd6868c
050b160
08aa720
d5bd67c
14093f6
315ffbf
66b3685
de4c2ad
2dc962b
dfbe57d
912a674
8bf6ef5
6511d86
beee254
dac080d
a45ab5c
9a6fb99
72cad42
e0bb9c0
bf1133c
3478a47
1c549b5
988d2da
2f42e64
f938da8
6eb781f
2d89379
1100f1f
57fcb03
783415c
11d0f3d
b804c15
d0fddda
3d3fa2b
cb6a21b
911c87d
f4df2aa
c23029f
8d510fb
abd1057
c0e4642
c8408e0
0fd0f2c
ba9f337
7ffe7c7
70d584e
8bb0a2a
f08f4b8
b3f6843
b871a2a
6f4f5f6
b24be5e
4119220
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: I wonder if we need to surface this here, we could probably just allow users to call
api.schema.addToSchema
if they need the escape hatch.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea.. might be misleading to other
schema-first
users as well...Ill remove it and the
addObjectType
andaddInterfaceType
in the following PR :)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually nvm the queue to merge is fat.. ill remove it rn lmao