Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

store allType in a list rather than a map index by kotlin class. #62

Commits on Apr 11, 2019

  1. store allType in a list rather than a map index by kotlin class.

    Allows reusing the same kotlin type (with a different name attribute) in a gql type and a gql inputType.
    Bertrand committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    d3a9d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31dec6e View commit details
    Browse the repository at this point in the history
  3. When checking variable type, don't lose actual graphql type. Importan…

    …t when 2 graphql types are actually 1 single kotlin type.
    Bertrand committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    2dfc9d5 View commit details
    Browse the repository at this point in the history