Chuanshuoge

Tuesday, 28 August 2018

HOW TO GRAPHQL



reference:
https://www.howtographql.com/
https://www.youtube.com/watch?v=_kYUzNVyj-0
https://www.youtube.com/watch?v=lQDrREfapow&list=PLn2e1F9Rfr6kwLZy5BkIde_Gvm0ytB61L

graphcool vs prisma
https://www.prisma.io/forum/t/graphcool-framework-vs-graphcool-v1-beta-vs-prisma/2174
https://www.prisma.io/

pagination
https://graphql.org/learn/pagination/
connections
https://blog.apollographql.com/explaining-graphql-connections-c48b7c3d6976

prisma resolvers
https://www.prisma.io/docs/tutorials/build-graphql-servers/development/build-a-graphql-server-with-prisma-ohdaiyoo6c

data model (user, post...) -> schema (query, mutation...) -> resolver (implement schema) action:(_, args, ...){return context.prisma.mutation/query.action{...} }->
Posted by chuanshuoge at 15:27
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Translate

Total Pageviews

Blog Archive

  • ►  2021 (221)
    • ►  May (50)
    • ►  April (42)
    • ►  March (58)
    • ►  February (32)
    • ►  January (39)
  • ►  2020 (509)
    • ►  December (47)
    • ►  November (33)
    • ►  October (39)
    • ►  September (49)
    • ►  August (58)
    • ►  July (41)
    • ►  June (37)
    • ►  May (21)
    • ►  April (62)
    • ►  March (24)
    • ►  February (45)
    • ►  January (53)
  • ►  2019 (288)
    • ►  December (34)
    • ►  November (30)
    • ►  October (30)
    • ►  September (17)
    • ►  August (14)
    • ►  July (19)
    • ►  June (19)
    • ►  May (19)
    • ►  April (17)
    • ►  March (27)
    • ►  February (36)
    • ►  January (26)
  • ▼  2018 (214)
    • ►  December (14)
    • ►  November (7)
    • ►  October (16)
    • ►  September (23)
    • ▼  August (19)
      • HOW TO GRAPHQL
      • 1 Hour of the Most Emotional Music
      • JWT authentication
      • css collection
      • react vs react native
      • Microsoft SQL Design & Implementation final
      • react flight
      • ArcGIS Web AppBuilder
      • How To Dribble Like Eden Hazard | 5 Easy Dribbling...
      • ArcGIS online
      • Implement social authentication with React + RESTf...
      • react flight reference
      • skyscanner api
      • integrate travel search engine on your website
      • web credit card process
      • react google map 2
      • 10 Speed Dribbling Moves To Beat Defenders
      • react google map
      • deploy react on surge
    • ►  July (26)
    • ►  June (18)
    • ►  May (26)
    • ►  April (19)
    • ►  March (25)
    • ►  February (15)
    • ►  January (6)
  • ►  2017 (177)
    • ►  December (15)
    • ►  November (23)
    • ►  October (10)
    • ►  September (14)
    • ►  August (10)
    • ►  July (12)
    • ►  June (19)
    • ►  May (30)
    • ►  April (29)
    • ►  March (15)

Popular Posts

  • powershell 30 UI 3 comboBox, dataGridView
    select drive from comboBox, dataGridView shows drive info services processes   Add-Type -AssemblyName System.Windows.Forms [System.Windows.F...
  • powershell 27 firewall
    firewall on hearthstone is enabled in the begining PS C:\Windows\System32> get-NetFirewallRule | where DisplayName -match hearthstone Na...
  • postgres tutorial 1
    download postgres 9.6 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads download sample database http://www.postgresq...
  • powershell 9 I/O
    $webResults = Invoke-WebRequest -Uri 'https://reddit.com/r/powershell.json' $rawJson = $webResults. Content $objData = $rawJson | ...
  • powershell 22 create module
      create psm1 file on desktop, add function PS C:\Users\bob> Import-Module "C:\Users\bob\Desktop\demo.psm1" September 1, 2020 ...
  • opencv 26 mean shift tracking
    initial region of interest keep tracking boat mean shifted image #main.py import numpy as np import cv2 cap = cv2.VideoCapture("assets/...
  • postgres tutorial 13 procedure
    CREATE OR REPLACE PROCEDURE transfer(INT, INT, DEC) LANGUAGE plpgsql    AS $$ BEGIN     -- subtracting the amount from the sender's...
  • opencv 40 bitwise operation
    image 1 image 2 bit wise and bit wise xor bit wise or #main.py import numpy as np import cv2 img1 = cv2.imread("assets/bitwise/1.jpg...
  • react native swiper horizontal
    React native doesn't have any transform origin property yet. have to use translate to move rotation center to top left co...
  • python opencv 4 draw
    #main.py import numpy as np import cv2 cap = cv2.VideoCapture("assets/Santa Barbara.mp4") while True:     ret, frame = cap.read() ...

Contact

Chuanshuoge, Calgary, Canada, Earth, Solar system, Milky Way Galaxy

ChuanShuoGe - 传说哥


Location
Simple theme. Powered by Blogger.