Questions tagged as 'graphql'

1
answer

Search for an object with a null field in neo4j

I am working with Neo4j, I have nodes that represent events that happen in the lives of users, such as birthdays, exams, etc., some of these events have an expiration date and others do not, I need to show the events that the date of expiration...
asked by 30.04.2018 / 21:49
0
answers

recursive queries in graphql

I have this type Person{ id: Int! nombre: String! amigos: [Person] } As I can from the resolve, bring me the friends of my friends. is to say something like this: { "me":{ "id": 1, "nombre": "yo", "...
asked by 30.01.2018 / 18:00
0
answers

About writing output of an Enum in Graphene

I am working with graphene and graphene-django and I have a problem with a field, that the values of choices are a number. When making a query, the result is "A_1" and it should be 1 (integer). For example: class Foo(model...
asked by 26.01.2017 / 20:57
1
answer

Enable POST method in Laravel Folklore \ GraphQL or enable GET method in react-apollo

I'm trying to connect React with Folklore \ GraphQL from Laravel. In ReactJS I have the following code in index.js : import React from 'react'; import ReactDOM from 'react-dom'; import registerServiceWorker from './registerServiceWork...
asked by 08.10.2017 / 22:33