-
Notifications
You must be signed in to change notification settings - Fork 5
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
Apollo zip from input schema file #76
Conversation
@@ -146,6 +146,8 @@ Parameters | |||
|
|||
[--create-update-apollo-server -asvr] | |||
[--create-update-apollo-server-subgraph -asub] | |||
[--create-update-apollo-server-neptune-endpoint -ase ] default: --input-graphdb-schema-neptune-endpoint if exists | |||
[ ... more apollo options to come in future roadmap ] |
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.
I know we accidentally missed a spot with the help text last time. Just double checking if we got them all this time.
I don't know what all of them are, so I'm just posing the question to you.
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.
I think I got it all this time!
… instead of discovering the schema by querying neptune. For consistency with App Sync pipeline and CDK workflows, this workflow requires setting a new endpoint argument --create-update-apollo-server-neptune-endpoint in addition to the existing --input-schema-file argument. Other changes: -fixed bugs resolving gremlin queries and added resolver tests for these scenarios -changed schema file in zip to have output. prefix for consistency with the resolver file -bumped the version from 1.1.1 to 1.2.0-beta.1
81caa09
to
f4c1163
Compare
Issue #, if available: #67
Description of changes:
Added ability to create Apollo zip using an input graphQL schema file instead of discovering the schema by querying neptune. For consistency with App Sync pipeline and CDK workflows, this workflow requires setting a new endpoint argument
--create-update-apollo-server-neptune-endpoint
in addition to the existing--input-schema-file
argument.Other changes:
output.
prefix for consistency with the resolver fileBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.