본문 바로가기

Instagram Clone/Prisma

Resolver

https://github.com/wonjongRyu/bookstagram/commit/6504ac8eee2404f07ff27a5f857d53fb7802a620

local host에서 이렇게 해본다

{
  allUsers{
    id
    firstName
  }
  userById(id: "ck1kga0y3jwp10b0960298m2t"){
    firstName
  }
}

'Instagram Clone > Prisma' 카테고리의 다른 글

Integrating  (0) 2019.10.10
Datamodel  (0) 2019.10.10
Install  (0) 2019.10.10