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

Limit ParentType to only contain fields from the @key and @requires directives #4232

Merged

Commits on Jun 14, 2020

  1. transformParentType now handles nested selection sets.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d34dbb7 View commit details
    Browse the repository at this point in the history
  2. Added RecursivePick type def to typescript resolvers plugin.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    54becb6 View commit details
    Browse the repository at this point in the history
  3. Updated recursivePick to not include Pick type.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e433bfd View commit details
    Browse the repository at this point in the history
  4. Updated RecursivePick type to use Maybe type.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    56f9dd9 View commit details
    Browse the repository at this point in the history
  5. Added Pick type back in to RecursivePick.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    1ce50bb View commit details
    Browse the repository at this point in the history
  6. Refactored a few federation tests.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    9af4f76 View commit details
    Browse the repository at this point in the history
  7. Refactored unwrappedObject test.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e830af3 View commit details
    Browse the repository at this point in the history
  8. Added unit tests for nested key and requires fields.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c5989f9 View commit details
    Browse the repository at this point in the history
  9. Cleaned up federation logic.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4f39879 View commit details
    Browse the repository at this point in the history
  10. Updated federation schema in dev-test.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    48358b2 View commit details
    Browse the repository at this point in the history
  11. Added RecursivePick type def to flow resolvers plugin.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    5f1ac83 View commit details
    Browse the repository at this point in the history
  12. Added array handling to RecursivePick type.

    Blake Jackson authored and Blake Jackson committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    2bcf25c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Merge remote-tracking branch 'first/master' into federation-limit-par…

    …ent-type-fields
    Blake Jackson authored and Blake Jackson committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3dc64d4 View commit details
    Browse the repository at this point in the history
  2. Added types to make GraphqlRecursivePick more readable.

    Blake Jackson authored and Blake Jackson committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    dfd1599 View commit details
    Browse the repository at this point in the history
  3. Updated dev-test files.

    Blake Jackson authored and Blake Jackson committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    6c7aaec View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Updated federation test.

    Blake Jackson authored and Blake Jackson committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    edeefd8 View commit details
    Browse the repository at this point in the history
  2. Updated dev-test files.

    Blake Jackson authored and Blake Jackson committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    dc89c74 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary Pick type from GraphQLRecursivePick.

    Blake Jackson authored and Blake Jackson committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    70296db View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    144bcdd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    6ffc407 View commit details
    Browse the repository at this point in the history