Skip to content
#

apollo

Here are 1,173 public repositories matching this topic...

joshuaquek
joshuaquek commented Feb 13, 2018

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)

dnafication
dnafication commented Jan 25, 2019

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.

andrenaught
andrenaught commented May 24, 2019

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

rlhk
rlhk commented Nov 17, 2018

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.

learn-graphql
aldeed
aldeed commented Jan 30, 2020

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:

  1. Go to storefront
  2. Log in
  3. Click user name in upper right > Profile
  4. Add a new address.
  5. When you submit the form, see the
lensbart
lensbart commented Aug 15, 2019

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.

heitorlessa
heitorlessa commented Feb 14, 2020

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>text is quite small

I've been mostly reading source code and following a trial/error approach, so any documentation and examples would be greatly

Improve this page

Add a description, image, and links to the apollo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apollo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.