728x90
curl 로 graphql 호출하기
curl --insecure -XPOST -H "Content-Type: application/json" 'https://programmers.pe.kr:4000/graphql' --data '{"query":"query { __typename }"}'
curl --insecure -XPOST -H "Content-Type: application/json" 'https://programmers.pe.kr:4000/graphql' --data '{"query":"query { books { title } }"}'
728x90
'푸닥거리' 카테고리의 다른 글
훈련교강사 보수교육 2022년도 2차 보수교육 (0) | 2022.05.11 |
---|---|
react project create error in aws (0) | 2022.05.10 |
TypeError: nodes.flatMap is not a function (0) | 2022.05.03 |
selectSingleNode is not a function (0) | 2022.05.02 |
FortiOS - REST API Reference (0) | 2022.04.30 |
댓글