Think about your data """ @model """ type YourDataSync { _id: MongoObjectID! yourData: String } Get your data as GraphQL API npx graphql-serve serve --datasync model.graphql