Miel Vander Sande
Miel Vander Sande
I have a query where I bind a language tag to a literal, but that literal can be optional, like so: ``` SELECT ?person ?function_label WHERE { ?person ex:first_name ?pid;...
Hi all, We notice some incorrect parsing wrt. object lists and predicate object lists. The following query produces no results: ``` PREFIX source: SELECT ?val1 ?val2 WHERE { ?o source:custom_fields...
I was wondering why the queries (in case of Person type) are called `Person_GET` & `Person_GET_BY_ID` and not something like ``` { person(_id: 1) { name } } ```
When the config or schema needs updating, you have to restart the entire application. Is there a way to make updates while running possible?
Can you enable logging of sparql queries that are being send to the endpoints?
Roadmap?
Hi @pc3356 and others, I'm interested in incorporating this work into my organization and contributing, but as an outsider, it's hard to tell where hypergraphql is going and whether it's...
A very common use case is being able to filter using a property. For example: ``` { "query":"{ City_GET(limit:10) { label(value: "paris") _id } }" } ``` Does hypergraphql provide...
Would it be possible to add an option to replace the `type __Context {}` with an actual context.json that you supply at startup time? Or are there some technical limitations...
Hello! HyperGraphQL seems to handle URIs as nulls when the field is typed as `String` or `[String]`? A case where you might needs this, is when you have URIs that...
Would it be possible to make the labels configurable to for example support the docs in a different language?