CLI "stardog data model" returns empty graphql schema

Using the tutorial example to create a graphql schema file only produces an "empty" schema:

Command:

stardog data model --output graphql stardog-tutorial-music

Result:

schema {
query: QueryType
}

type QueryType {
}

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