Skip to content
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

Generate operation id and add option to send to server instead of document #569

Merged
merged 8 commits into from
Jul 19, 2017

Conversation

BenSchwab
Copy link
Contributor

  • Updates apollo codedgen to 0.15.2 (turns off new fragment spread feature)
  • Builds now output a [Variant]OperationIdMap.json in the same directory of API.json
    Developers can write a script to upload this artifact to the server, so that all the operations in the app can be registered.

closes #550

@BenSchwab
Copy link
Contributor Author

@digitalbuddha when you have a chance mind taking a look? Not sure if this is a feature you need at NYT

api change

runtime changeS
compiler test changes

runtime test changes

test changes
@BenSchwab BenSchwab force-pushed the bschwab--generate-query-ids branch from a666ecb to c1d6d3b Compare July 18, 2017 01:21
@BenSchwab BenSchwab force-pushed the bschwab--generate-query-ids branch from c1d6d3b to 08b7836 Compare July 18, 2017 01:54
@sav007
Copy link
Contributor

sav007 commented Jul 18, 2017

@digitalbuddha after queries I saw from you, this feature will def help you to save bandwidth

@BenSchwab BenSchwab merged commit 44c9f02 into master Jul 19, 2017
@BenSchwab BenSchwab deleted the bschwab--generate-query-ids branch July 19, 2017 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Operation Id to generated code
2 participants