Skip to content

More examples and documentation #2

@xmnlab

Description

@xmnlab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions