refine
refine copied to clipboard
[BUG] Hasura live provider does use hasura-default naming convention by default
Describe the bug
Hasura's data provider uses 'hasura-default' as the naming convention if one is not provided. Hasura's live provider should too, but doesn't due to an oversight.
Steps To Reproduce
- Instantiate Hasura's live provider without a naming convention
- Try generating a subscription
Expected behavior
Live provider should use 'hasura-default' by default, just like the data provider does.
Packages
- @refinedev/hasura
Additional Context
I added support for passing options to hasura's live provider in #6736 but failed to set the default the same as the data provider does.