Page MenuHomeSoftware Heritage

GraphQL: Lazy resolve of fields
Closed, MigratedEdits Locked

Description

Avoid hitting the db to resolve available fields
Eg: swhid is available in a Revision type when requested as a target.
It is unnecessary to hit the DB if the query requests only the already available fields.