오늘 학습한 내용
JSON은 (Javascript),(Object),(Notation)의 앞글자를 딴것으로 API 요청의 결과를 자바스크립의 객체처럼 표기된 말을 뜻한다.
여기에서 제공하는 API를 사용하세요
1) createBoard를 활용해, 게시물을 하나 등록해 주세요.mutation { createBoard( createBoardInput: { writer: "이중현" password: "1234" title: "이번엔되자" contents: "제발" youtubeUrl: "쫌" boardAddress: { zipcode: "안되면" address: "멘탈" addressDetail: "나간다" }, images: ["sdf/qwes/sdf"] } ) { _id writer title contents } }