|
|
|
|
|
by jmull3n
2052 days ago
|
|
You don't directly query your database from GraphQL. Similar to REST, you read the parameters from the request and build your database query using the object–relational mapping library of your choice. A popular one at the moment for Node is Prisma. |
|