Jamie Terry
Jamie Terry
**Describe the bug** In 1.0.9, the suspense API with auto-managed state does not trigger a re-render of the component once an updated response is recieved. This means the rendered data...
# Summary of Changes - Add `acl_ro` (access control list read only) parameter to fields within a collection - Displays accessible read-only fields in entries table and entry editor -...
**Describe the bug** When using the autogenerated `create` mutations, with `connect` on nested relationship fields - if the type the relationship refers to is an interface rather than type, and...
**Describe the bug** A `@cypher` directive which returns a list of interfaces causes a graphql server error: `Expected Iterable` **Type definitions** ```graphql interface Media { id : ID! @id title...
# Description Fixes a server error when filtering by connection fields in a where clause when the target of the relation is an interface. # Issue This is a proof...
**Describe the bug** The top level where filters with a relationship connection causes a server error if the relation is to an interface. **Type definitions** ```graphql interface Media { id...