Ivan Ogasawara
Ivan Ogasawara
when I start the service, the output is: ``` graph created: [SemanticGraph: 6099 triples] GraphQL endpoint listening on port 3001 ```
currently my schema is just: ``` module.exports = new GraphQLSchema({ query: new GraphQLObjectType({ name: 'Query', fields: { // Relay's favorite node: _.nodeField, // Helpers for common app resources // Viewer's...
yes I have look that. I could add manually types like Dataset and Person .. but not sure yet how to add all fields automatically.
I am playing with that here: https://github.com/Quansight/ivan-sandbox/blob/master/semantic-graphql-test/service/src/schema.js
thanks @dherault I will try that!
hi everyone! just a friendly ping here to check if there is any update about this issue
I am not super familiar with the code base, but I guess that one of the problems is here: https://github.com/bennylope/django-organizations/blob/17f2c9132e066d30fb1666137e45c0f484532050/src/organizations/forms.py#L163 create_organization should be able to add extra parameters for the...
I had the same issue here. I am used to use something like this with docker-compose: ``` ports: - ${POSTGRES_PORT}:${POSTGRES_PORT} ``` and it gets the value from the .env file:...
I have the same issue here also.