Im trying to get started with react-fullstack-basic. Ive added a new content type to database/datamodel.graphql which I can interact with via the playground, however I cant access the data in React.
Ive added the query in src/schema.graphql. Do I need to do something else?