dherault / dherault/semantic-graphql
More examples and documentation
Open
- Dominant language
- JavaScript
- Stars
- 106
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
hey everyone,
I am trying to adapt https://github.com/dherault/aquest to use schema.org ttl files
but I am not sure how to make that work. also printSchema just return:
```
"""An object with an ID"""
interface Node {
"""The id of the object."""
id: ID!
}
type Query {
"""Fetches an object given its ID"""
node(
"""The ID of an object"""
id: ID!
): Node
}
```
not sure if it is the correct output.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.