1. 04 6月, 2019 1 次提交
    • B
      Expose IDs in GraphQL as a GlobalID · ed503d51
      Bob Van Landuyt 提交于
      This exposes all fields named `id` as GlobalIDs so they can be used
      across our entire GraphQL implementation.
      
      When the objects loaded are `ApplicationRecord`s. We'll use our
      existing batchloading to find them. Otherwise, we'll fall back to the
      default implementation of `GlobalID`: Calling the `.find` method on
      the class.
      ed503d51
  2. 03 6月, 2019 39 次提交