hasura / ra-data-hasura

react-admin data provider for Hasura GraphQL Engine
MIT License
336 stars 70 forks source link

Use Hasura function as reference? #126

Open cpursley opened 2 years ago

cpursley commented 2 years ago

Does anyone know how to use a Hasura function as a reference? I can't seem to find a way and I believe it's due to the the fact that the query_root and type are different.

For example a root of search_contacts and a type of contacts where contacts in Hasura is a database view.