Nilan Marktanner
Nilan Marktanner
# Feature Request A `createManyXs` mutation to create many nodes in a batched fashion. Suggested API: ```graphql mutation { createManyItems(data: [{ name: "Tesla" price: "1000" }, { name: "Audi" price:...
This feature requests serves as a central place to discuss development and progress for the Redis connector.

> Error: Field “createUser” of type “User!” must have a selection of subfields. Did you mean “createUser { ... }“? ```graphql mutation { signup(email:“[email protected]”,name:“test”,password:“test1234”) { token } } ```
* next steps * permission setup
mapbox
WIP - happy for feedback
```js require('isomorphic-fetch') module.exports = function (event, cb) { var endpoint = 'https://api.graph.cool/simple/v1/__PROJECT_ID__' var token = 'Bearer __PAT__' var postId = event.data.id console.log(event.data) var query = `{ Post(id: "${postId}") { isPublished...
Associating every pokemon with the reader as their "trainer" adds a personal aspect and would add the possibility for more fun queries 💎 This should also be reflected in the...