Skip to content

Instantly share code, notes, and snippets.

View sherwinwater's full-sized avatar
🎉

Shuwen sherwinwater

🎉
  • Canada
  • 07:54 (UTC -04:00)
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

GraphQL Queries & Mutations

These are the GraphQL queries and mutations for the YouTube course.

Get names of all clients

{
  clients {
    name
 }