Praveen Durairaju

Results 17 comments of Praveen Durairaju

This closes https://github.com/hasura/graphql-engine/issues/8552

@macs91 - Hi, can you give me a use case of when you want to run custom SQL and not use the built-in GraphQL APIs? I'm thinking all interactions with...

@carolstran - Hey 👋 I have updated the PR with the latest gatsby changes and in the process the hyperlink as well (since it has changed now).

@PedroBern - You can disable algoliasearch to skip this. This should be available in [config.js file](https://github.com/hasura/learn-graphql/blob/master/tutorials/frontend/react-apollo-hooks/tutorial-site/config.js#L20). Just toggle the value of search to `false` and you can continue testing.

It is totally possible 😄 We haven't thought about the course structure yet for framework specific integrations. If somebody is willing to take it up, that would be nice. And...

@xbaha - This happens due to the way Gatsby pre-loading same domain links on the page that use the `` tag. One way to avoid this would be to make...

@bersot1 - You should update the favicon URL here - https://github.com/hasura/gatsby-gitbook-starter/blob/master/config.js#L41

Hi @wserr - You don't need to use `gatsby-transformer-remark` when `gatsby-plugin-mdx` is used to parse markdown already. The config can be updated to specifically just use `gatsby-remark-mermaid` plugin. Here's a...

@arnaudbzn - Ideally the user id is automatically generated at the database layer. For example, using a default value like `gen_random_uuid()` or auto-incrementing integer should do the trick. Although the...

Closing this in favour of https://github.com/graphql/graphql.github.io/pull/1482