API for access to list object in backend #6124
MurzNN
announced in
Event Q&A Q3 2021
Replies: 1 comment 1 reply
-
|
Here https://keystonejs.slack.com/archives/C01STDMEW3S/p1625703474012900?thread_ts=1622762153.345400&cid=C01STDMEW3S is suggested to use this construction: But it not return all needed data about list field (type, database type, etc). So I fix this via my PR here #6059 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After Keystone's core was reworked by #5665, we miss the ability to access Lists metadata at backend side.
For example, earlier we could get list of fields from needed List via something like this:
Now this feature is disappeared, and I can't find any other way to get that information at the backend function.
Beta Was this translation helpful? Give feedback.
All reactions