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

Override "__" fields from schema #648

Merged

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    b3f0b9d View commit details
    Browse the repository at this point in the history
  2. Add in test failure for camelized field name resolution

    Getting error:
    
        "Cannot query field \"upcasedTitle\" on type \"Post\".
        Did you mean \"upcasedTitle\"?"
    bruce committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9e51b83 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    1d7ae64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3507692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5393656 View commit details
    Browse the repository at this point in the history
  4. WIP Add actual "__fields" to objects

    There seems to be an issue with fragments
    michaelkschmidt committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8d60cb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    8c5cc78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e2483 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    michaelkschmidt committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    286dd45 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    2062cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b80ef View commit details
    Browse the repository at this point in the history
  3. Run Formatter

    michaelkschmidt committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    06876fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73734e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e86cf6d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Fix pipeline order

    michaelkschmidt committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    784fd0f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Record Enum Identifier for Enum Values

    This allows mapping the Enum Value back to its type
    michaelkschmidt committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    4b21948 View commit details
    Browse the repository at this point in the history
  2. Append path to error message

    This allows mutations to identify the input field which was in error
    michaelkschmidt committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    888c7c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Fix doc typo

    michaelkschmidt committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5cd5eed View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

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