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

Allow to specify scalar and context (GraphQLEnum) #621

Merged
merged 15 commits into from
Apr 18, 2020

Commits on Apr 16, 2020

  1. Updated implementation of derive enum

    - allows context specification
    - allows scalar specification
    - shares code with derive object
    jmpunkt committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    8d0d935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900eaf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5116f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad3ca4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b35f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a098593 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    d4db840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc03874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce91d68 View commit details
    Browse the repository at this point in the history
  4. Fixed CHANGELOG

    jmpunkt committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    972777a View commit details
    Browse the repository at this point in the history
  5. Fixed support matrix of GraphQLEnum in the book

    - scalar not supported!
    - skip not supported!
    jmpunkt committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    44317f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fae923f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28157a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd10d05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2abfd1e View commit details
    Browse the repository at this point in the history