Skip to content
#

graphcool

Here are 130 public repositories matching this topic...

Aubron
Aubron commented Apr 2, 2018

2.1 emphasizes the use of their new Component based methodology, with things like the <Query> and <Mutation> component. They've pushed for it to the point that it is quickly becoming difficult to find documentation for the 2.0 methods used in learnapollo.

A full update to 2.1 for apollo sections seems to be in order.

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.

kbrandwijk
kbrandwijk commented Nov 6, 2017

Issue type:

I am submitting:

  • an issue
  • a feature request

What feature would you like to see added? Please be descriptive.

I would like multiple language branches (at least Javascript and Typescript), so people can easily use and contribute to templates in their preferred programming language.

The CLI already supports branches by doing:
`graphcool add-template git

MichaelDeBoey
MichaelDeBoey commented May 2, 2017

Bump following packages to newest version:

 "dependencies": {
-    "apollo-client": "^0.5.0",
-    "graphql-anywhere": "^0.3.0",
-    "react": "^15.3.1",
-    "react-apollo": "^0.5.14",
-    "react-dom": "^15.3.1",
-    "react-router": "^2.8.0",
-    "styled-components": "^1.1.3",
-    "tachyons": "^4.3.1"

+   "apollo-client": "^1.1.1",
+    "graphql-anywhere": "^3.0.1",
+  
divyenduz
divyenduz commented May 7, 2018

Currently, we can paste content of a script tag and the code uses dangerouslySetInnerHTML to set that content inside a script but the copied excerpt from some scripts like google analytics contains

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-61885122-4"></script>

Which will break the current code. We need to support pasting of script tags as is (with script

Improve this page

Add a description, image, and links to the graphcool 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 graphcool topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.