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

refactor: significantly clean up the federation.gotpl template #3187

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. fix: fix Federation example

    Some configurations weren't working due to a missing resolver.
    clayne11 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9e984f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore: Introduce mechanism for running all example Federation subgraphs

    This enables engineers to more easily run the debugger on the Federation example. Updated README to show how to use it.
    clayne11 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7abe86c View commit details
    Browse the repository at this point in the history
  2. refactor: significantly clean up the federation.gotpl template

    There were a number of inline structs and inline functions that made it extremely hard to reason about what the code is doing. Split these out into smaller functions with less closures and mutation.
    
    Part of the setup to help with fixing 99designs#2991.
    clayne11 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7eebd7f View commit details
    Browse the repository at this point in the history