mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Implemented Union Types in GraphQL (#3852)
* Fetch correct amount of data * Allow system required data to be returned in items service * Fetch non-requested required data, find type through context Fixes #3718
This commit is contained in:
@@ -13,6 +13,7 @@ router.use(
|
||||
accountability: req.accountability,
|
||||
schema: req.schema,
|
||||
});
|
||||
|
||||
const schema = await service.getSchema();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user