Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for (annotated) GraphQL Schema #71

Open
Aklakan opened this issue Dec 21, 2024 · 0 comments
Open

Add Support for (annotated) GraphQL Schema #71

Aklakan opened this issue Dec 21, 2024 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented Dec 21, 2024

With the backbone for ad-hoc queries in place, it's time to add support for graphql schema. The main technical upgrade is that the source for field annotations may be based on schema. Right now, the only source for annotations are the directives present on the field itself.

Also, a question is how to supply the schema.

  • One simple option is as a CLI argument.
rpt integrate --graphql:schema mapping.graphqls
  • A REST API for updates (like Tentris) does not make much sense without protection. RPT could be extend with an --admin-password file.txt or even account.txt option. So far my perspective was that for more advanced features, one should use Fuseki with the JenaX plugin bundle JAR added to it - via our Fuseki Mods integration. The goal of RPT is to make it easy to work in an ad-hoc fashion with RDF, SPARQL and GraphQL; not to duplicate the work needed to create a proper RDF server framework with account management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant