Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 633 Bytes

graphql-express-api

Express.js NodeJS GraphQL

Simple project for exploring express with graphql.

🚀 Queries

🧔‍♂️ Player(name: + String)

  • return Player

🧔‍♂️ Players()

  • return array of Player

👕 Team(name: String)

  • return Team

👕 Teams()

  • return array of Team