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

operationName for Apollo Federation Gateway #595 #596

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2022

  1. operationName for Apollo Federation Gateway JetBrains#595

    Added operationName key to dynamically add query, mutation, or subscription name to data object or anonymous in unnamed
    
    next is to make the key editable to user/opt-in
    Samuel Michael authored and Samuel Michael committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    482460b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. make the key editable to user/opt-in with checkbox and text field for…

    … configuration
    Samuel Michael authored and Samuel Michael committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1196436 View commit details
    Browse the repository at this point in the history
  2. fix ctrl c + v typo

    Samuel Michael authored and Samuel Michael committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    36026bf View commit details
    Browse the repository at this point in the history
  3. fix regex to account for queries with params

    e.g. query myQuery(
    
    by capturing first set of (alphanumeric/underscores) in-between keyword and first non-alphanumeric character
    Samuel Michael authored and Samuel Michael committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d1569a5 View commit details
    Browse the repository at this point in the history