How do i get graphql schema(docs) in GraphiQL?

after i import starwar example. and i copy paste some schema from tutorial

the data shows on graphiQL but no docs

and any possible to do a SPARQL DESCRIBE in GraphQL, its just return Class and Property?

so i don't have to imply on Individual.

or the question maybe i want to ask is when to use sparql and when to use graphql?

SPARQL vs GraphQL use case?

GraphQL is about to query individual, GraphQL can't get Class Property?

SPARQL is about to get Knowledge and can query individuals?

the autocomplete shows that owl_NamedIndividual is on list.
does that mean we can query owl:Class owl:ObjectProperty owl:DatatypeProperty?

get schema after toggle this

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.