-
### Description
related: #104 (see: https://github.com/wp-graphql/wpgraphql-acf/issues/104#issuecomment-1884257789)
----
It's been reported that the following filters are not working as expecte…
-
Serializer fields that point to other serializers and are `read_only` should be marked as `readOnly` in the schema.
For example, I have an `AccountSerializer` with a field called `user` that points…
-
Our advanced editor does not support Nested Fields
for example :
Textarea should include textfields,checkboxes,selects,radios, other text areas etc
This should also be reflected in the JSON sche…
-
Hello
I need to create a mutation with nested fields and i couldn't find any example to follow, so my code is :
```python
class CharteredLivraisonMutation(CustomDjangoSerializerMutation):
cl…
-
Can Quicksql support query ES nested fields?
-
### Describe your feature request precisely
Hi,
I really appreciate the group feature for the extra_fields (https://github.com/elabftw/elabftw/issues/4230, https://github.com/elabftw/elabftw/pul…
-
Adjust schema visualization presented on Hermes console for records which are used repeatedly in one schema. Now it displays the record type only (without nested fields inside record).
Record defin…
-
The package vignette provides an example for expanding first level fields to obtain a data frame. However, the approach does not work for deeper nested fields. For example,
files() %>%
…
-
Presently, we can add fields to be excluded in _excluded_fields_ for one level using the custom made model serializer, this feature can be extended to exclude fields from the nested serializers too.
-
Given this schema:
```
type Club {
_id: Long!
id: String!
image: String
name: String!
in_league: League @relation(name: "IN_LEAGUE", direction: "OUT")
transfers_from_club: …