ed503d51a3
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.
5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
title: Use global IDs when exposing GraphQL resources
|
|
merge_request: 29080
|
|
author:
|
|
type: added
|