filmov
tv
Programing v2.1: Introduction of GraphQL, Queries, Mutations and Variables [CRUD] [Beginner]

Показать описание
#graphql #mutation #queries
Demonstrating of creation simple Post model with:
-------------------------------------------------------------------
model Post {
text: String
color: String
}
---------------------------------------------------------------------------------------
Mutations:
Queries:
Function with variables
------------------------------------------------------------
----------------------------------------------------------
npx create-react-app my-app --template gql-monster-typescript
official template for create react app:
Demonstrating of creation simple Post model with:
-------------------------------------------------------------------
model Post {
text: String
color: String
}
---------------------------------------------------------------------------------------
Mutations:
Queries:
Function with variables
------------------------------------------------------------
----------------------------------------------------------
npx create-react-app my-app --template gql-monster-typescript
official template for create react app: