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

RFC: OneOf Input Objects #825

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

RFC: OneOf Input Objects #825

wants to merge 36 commits into from

Commits on Feb 19, 2021

  1. Renumber list items

    benjie committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    c385058 View commit details
    Browse the repository at this point in the history
  2. @OneOf input objects

    benjie committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f6bd659 View commit details
    Browse the repository at this point in the history
  3. @OneOf fields

    benjie committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    39e593c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Fix typos (thanks @eapache!)

    benjie committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b6741c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    d17d5ec View commit details
    Browse the repository at this point in the history
  2. Add missing coercion rule

    benjie committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    dca3826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e02f5a View commit details
    Browse the repository at this point in the history
  4. Add more examples for clarity

    benjie committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4111476 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6754e0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c4c1a2 View commit details
    Browse the repository at this point in the history
  7. Remove extraneous newline

    benjie committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bb225f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. graphgl -> graphql

    benjie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    05fde06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f6145 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Apply suggestions from code review

    Co-authored-by: Michael Staib <[email protected]>
    benjie and michaelstaib authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    08abf49 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

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

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    c470afb View commit details
    Browse the repository at this point in the history
  2. Remove Oneof Fields from spec

    benjie committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    99aa5d9 View commit details
    Browse the repository at this point in the history
  3. Oneof -> OneOf

    benjie committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    691087d View commit details
    Browse the repository at this point in the history
  4. Spellings

    benjie committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    7109dbc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Remove out of date example

    benjie committed May 6, 2022
    Configuration menu
    Copy the full SHA
    05ab541 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    6a6be52 View commit details
    Browse the repository at this point in the history
  2. Add a:null example

    benjie committed May 25, 2022
    Configuration menu
    Copy the full SHA
    de87d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e2388 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on Nov 13, 2023

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

Commits on Mar 27, 2024

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

Commits on Jun 4, 2024

  1. Indicate @oneOf is a built-in directive

    Co-authored-by: Shane Krueger <[email protected]>
    benjie and Shane32 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    87d0b22 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jul 19, 2024

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

Commits on Sep 21, 2024

  1. remove OneOf-specific rule in favor of update to VariablesInAllowedPo…

    …sitions
    
    for simplicity, this PR retains the same problems for variables with defaults that are fixed by strict All Variable Usages Are Allowed
    yaacovCR committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a1563a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b45c0e4 View commit details
    Browse the repository at this point in the history
  2. Clarify OneOf examples

    benjie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0c9830e View commit details
    Browse the repository at this point in the history
  3. Add more examples

    benjie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c4d0b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    340594e View commit details
    Browse the repository at this point in the history
  5. Null literal is separate

    benjie committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dbccf84 View commit details
    Browse the repository at this point in the history