Horje
apollo client install in gatsby Code Example
apollo client install in gatsby
$ npm install gatsby-plugin-apollo @apollo/client

# yarn
$ yarn add gatsby-plugin-apollo @apollo/client

# gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-apollo',
      options: {
        uri: 'https://example.com/graphql'
      }
    }
  ]
};




Shell

Related
linux all processes on port 8000 Code Example linux all processes on port 8000 Code Example
macos read ext4 Code Example macos read ext4 Code Example
stop port in use 8000 Code Example stop port in use 8000 Code Example
how to install anything on kali linux Code Example how to install anything on kali linux Code Example
Install ansible in alpine linux Code Example Install ansible in alpine linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12