graphql
Installation
SKILL.md
GraphQL
Query language for APIs with type system and efficient data fetching.
Quick Start
Install (Apollo Server):
npm install @apollo/server graphql
Install (Client):
npm install @apollo/client graphql
Query language for APIs with type system and efficient data fetching.
Install (Apollo Server):
npm install @apollo/server graphql
Install (Client):
npm install @apollo/client graphql