Batuhan Wilhelm

Results 239 comments of Batuhan Wilhelm

Hey @tomoemon I think you should use `meta.gqlQuery` and `meta.gqlMutation` fields. There you can pass your GraphQL queries created with `graphql-tag`. https://refine.dev/docs/data/packages/hasura/#usage-with-graphql-tag

Hey @tomoemon, you are right. I think we can accept extra `meta.gqlVariables` field in the hooks and pass it to the query variables inside data provider.

We are open to contributions for this. This feature can be applied to following packages: - `@refinedev/hasura` - `@refinedev/graphql` - `@refinedev/nestjs-query`

Please **Do not delete PR template information** and **make sure you read our contribution guide** before submitting a PR. Feel free to re-open it once you follow our convention.

Hey @BlackBearFTW thanks for the issue. We are open to contributions for this one.

Hey @sinedie thanks for the issue, it's caused by https://github.com/emotion-js/emotion/issues/2413. Will look into it.

Hey @seniorquico thanks for the issue. It seems we need to conditionally follow Vite's env parsing logic for vite projects. We are open to contributions for this one! Feel free...

Hey @seniorquico we've discussed with the team and thinking that parsing dotenv files in CLI may not be needed at all. I think we could get rid of it and...

We are open to contributions for this one.

Hey @abdelrahman-essawy, it seems appwrite data provider appends permissions, on top of the default ones. It could be updated to have a logic, if user provides permissions, it **only** uses...