hasura / hasura/graphql-engine
Relay does not support Materialized Views
Open
c/relay
c/server
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Summary
I have a materialized view, and a custom function that uses that materialized view. Everything works perfect on the graphql API, but it's not available in the schema when it comes to relay.
- [x] GraphQL API
- [x] materialized view
- [x] custom function that returns set of materialized view
- [ ] Relay API
- [ ] materialized view (unavailable)
- [ ] custom function that returns set of materialized view (unavailable)
Im using `v2.0.0-cloud.11`
Contributor guide
Assessment
This issue has not been assessed yet.