gitlab-ce/lib/gitlab/graphql/loaders
Bob Van Landuyt ed503d51a3 Expose IDs in GraphQL as a GlobalID
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.
2019-06-03 21:59:25 +02:00
..
batch_model_loader.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
batch_project_statistics_loader.rb