Skip to content

Instantly share code, notes, and snippets.

View sherwinwater's full-sized avatar
🎉

Shuwen sherwinwater

🎉
  • Canada
  • 21:37 (UTC -04:00)
View GitHub Profile

GraphQL Queries & Mutations

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

Get names of all clients

{
  clients {
    name
 }

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database