apollo
Here are 1,173 public repositories matching this topic...
-
Updated
Aug 9, 2019 - JavaScript
It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)
-
Updated
Jan 5, 2019 - JavaScript
Add native Expo Google API integration for login as a module next to WebBrowser implementation, e.g. auth/expo-google next to auth/google
Relevant docs:
https://docs.expo.io/versions/v31.0.0/sdk/google
-
Updated
Jun 12, 2020 - JavaScript
The link is broken in the readme file in the following text. Please share the link or update it on the readme file.
You can more learn about the idea behind GraphQL boilerplates here.
https://easy-peasy.now.sh/docs/introduction/
Easy Peasy provides you with an intuitive API to quickly and easily manage the state for your React application. Batteries are included - no configuration is required to support derived state, API calls, performance optimisation, developer tools etc.
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Jan 26, 2020 - JavaScript
When generating a checkout webUrl through the storefront API - The logo / name of the store on the top left of the checkout page doesn't actually link back to the home page. The "back to cart" option is also not shown. I feel like there should be a way for customers to press a link to atleast go back to the main shopify store (cause then we can atleast redirect back to the main site). I know we pr
Developing on the default config with localhost:3000 is fine.
However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch, which makes the app unresponsive/unable to login from devices other than localhost.
apollo-server >=2.6
@apollo/react-hooks >=3.1
react-native >=0.60
replace redux with apollo @client local state now that Apollo DevTools is built into React Native DevTools!
-
Updated
Apr 6, 2020 - JavaScript
The current react tutorial uses Apollo Client v2 stable. v3 changes some of the APIs. We can update the tutorial with the necessary changes.
- cache.read and cache.write are replaced with cache.modify.
// TODO: Add more changes here.
-
Updated
Jun 6, 2020 - JavaScript
Type: minor
Describe the bug
After adding a new account address, the screen goes blank you appear to be logged out, but when you refresh the page, the address is there and you are still logged in.
To Reproduce
Steps to reproduce the behavior:
- Go to storefront
- Log in
- Click user name in upper right > Profile
- Add a new address.
- When you submit the form, see the
Just tried the docker-compose route for spinning up the master branch, which fails out of the box just now because .env is pointing to localhost:4001 instead of localhost:4000. Was committed in April, am assuming it relates to work in progress or something?
Changing back to localhost:4000 gives you a working app.
Would be awesome to see an example to use Graph.cool with Nuxt.js.
I"m curious to see how to implement GraphQL with Server Side rendering
-
Updated
Mar 4, 2020 - JavaScript
Although graphql will often already be installed in projects using this module, this isn’t necessarily the case (e.g. when sending queries using graphql-request. If graphql is not installed, attempting to use this module will throw the following error:
Error: Cannot find module 'graphql/language'
Require stack:
(...)
which can be fixed by installing graphql.
-
Updated
Sep 16, 2017 - JavaScript
As a docs theme user, I'd love to quickly understand how to customize the look and feel.
For example:
- The left sidebar could be moved slightly to the left leaving more space for the main content
- Font-size for text inside a table
<tr><td>textis quite small
I've been mostly reading source code and following a trial/error approach, so any documentation and examples would be greatly
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Oct 18, 2018 - JavaScript
Improve this page
Add a description, image, and links to the apollo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apollo topic, visit your repo's landing page and select "manage topics."
The api server and webpack dev server should be restarted when the
redwood.tomlconfiguration is modified.Related: #478