wayfair-incubator / java-froid

Project generated via @wayfair-incubator oss-template
MIT License
5 stars 1 forks source link

auto inject ID value into entity object #17

Closed deweyjose closed 1 year ago

deweyjose commented 1 year ago

Description

entity object responses must have the ID value returned automatically. The GraphQL query planner expects the Node Relay service to resolve this field if present in the selection set.

Expected Behaviour

froid library automatically adds the id attribute to the entity with the value passed to the node query

Actual Behaviour

Currently queries that select the ID field of an entity fail.

Affected Version

0.1.0

Checklist