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

Introduce TypeReference #1151

Closed
wants to merge 3 commits into from
Closed

Introduce TypeReference #1151

wants to merge 3 commits into from

Commits on May 24, 2022

  1. Schema > loadType should load from standard types

    Why do this in getType?
    ruudk committed May 24, 2022
    Configuration menu
    Copy the full SHA
    6906c1d View commit details
    Browse the repository at this point in the history
  2. Introduce TypeReference

    This can be used to construct a schema without having to link every types together via
    a central registry or by using callbacks.
    
    It makes the types more independent and only on runtime they will have to all resolve to
    the correct type.
    ruudk committed May 24, 2022
    Configuration menu
    Copy the full SHA
    412e7ab View commit details
    Browse the repository at this point in the history
  3. Apply php-cs-fixer changes

    ruudk authored and github-actions[bot] committed May 24, 2022
    Configuration menu
    Copy the full SHA
    956ff88 View commit details
    Browse the repository at this point in the history