io.telicent.jena.graphql.schemas.dataset.graphqls Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-jena-core Show documentation
Show all versions of graphql-jena-core Show documentation
Provides a Core API for accessing Jena backed data from GraphQL utilising the java-graphql library
schema {
query: Quads
}
type Quads {
quads(subject: NodeFilter, predicate: NodeFilter, object: NodeFilter, graph: NodeFilter): [Quad!]!
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy