Installation
Use GraphQL Editor Integrations in your backend projects
{
"dependencies": {
"gei-crud": "0.0.2"
}
}{
"resolvers": {
"Query.objects": {
"resolve": {
"name": "node_modules/gei-crud/lib/Query/objects"
},
"data": {
"model": {
"value": "Pizza"
}
}
}
}
}Last updated
Was this helpful?