All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.telicent.jena.graphql.schemas.dataset.graphqls Maven / Gradle / Ivy

Go to download

Provides a Core API for accessing Jena backed data from GraphQL utilising the java-graphql library

There is a newer version: 0.9.1
Show newest version
schema {
    query: Quads
}

type Quads {
    quads(subject: NodeFilter, predicate: NodeFilter, object: NodeFilter, graph: NodeFilter): [Quad!]!
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy