|
Hi there, I do have a list and want to display an additional field. For example, I do have a one-to-many reference and want to display it's count. I tried <NumberField source="targetItemsByTargetId.totalCount" />From what I understand, the required field is not being added to the GraphQL-Query. Do I need to write a manual query for this? Sorry if this is a stupid question - it's my first time actually playing with React Admin. |
Answered by
hco
Nov 12, 2023
Replies: 1 comment
|
Found it by myself - this needs to be a |
0 replies
Answer selected by
hco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it by myself - this needs to be a
<ReferenceManyCount />in my case.