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

feat(graphql-connection-transformer): allow null key-based connections #5153

Merged
merged 3 commits into from
Jan 22, 2021

Commits on Oct 17, 2020

  1. feat(graphql-connection-transformer): allow null key-based connections

    Remove non-null check from key-based connections. Add early-return to request mapping templates when a specified key is null.
    
    Future work needed to allow pk values to be integers in connections.
    Ross Williams committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    797122d View commit details
    Browse the repository at this point in the history
  2. fix: add passing test

    Ross Williams committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    3352eea View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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