semantic-graphql icon indicating copy to clipboard operation
semantic-graphql copied to clipboard

Create GraphQL schemas from RDF ontologies

Results 5 semantic-graphql issues
Sort by recently updated
recently updated
newest added

Good Evening! In the documentation for this library as detailed [here](https://github.com/dherault/semantic-graphql#overriding-default-values), it appears that you can simply override the field value for a graphql schema. I'm currently working on a...

Have you considered reversing the process and converting GraphQL (SDL) to RDF-S or OWL? (Would need Subclassing to handle GraphQL Type inheritance)

Hi! A couple of things: really like the library! I also saw you are on vacation until 2018 (enjoy!), so no expectations of urgency here. So I've been using you're...

hey everyone, I am trying to adapt https://github.com/dherault/aquest to use schema.org ttl files but I am not sure how to make that work. also printSchema just return: ``` """An object...