Skip to content

Commit 082f964

Browse files
committed
add changeset
1 parent 64f4e00 commit 082f964

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.changeset/warm-oranges-check.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@graphprotocol/hypergraph": patch
3+
"@graphprotocol/hypergraph-react": patch
4+
---
5+
6+
Allow relation includes to override nested relation and value space filters by adding _config: { relationSpaces, valueSpaces } to any include branch; GraphQL fragments now honor those overrides when building queries.
7+
8+
```
9+
include: {
10+
friends: {
11+
_config: {
12+
relationSpaces: ['space-a', 'space-b'],
13+
valueSpaces: 'all',
14+
},
15+
},
16+
}
17+
```
18+

0 commit comments

Comments
 (0)