본문 바로가기
카테고리 없음

GraphQL

by YJHTPII 2023. 1. 19.
반응형

http://api.spacex.land/graphql/

 

GraphiQL Explorer

 

api.spacex.land

 

 

 

https://graphql.org/swapi-graphql?query=%23%20Welcome%20to%20GraphiQL%0A%23%0A%23%20GraphiQL%20is%20an%20in-browser%20tool%20for%20writing%2C%20validating%2C%20and%0A%23%20testing%20GraphQL%20queries.%0A%23%0A%23%20Type%20queries%20into%20this%20side%20of%20the%20screen%2C%20and%20you%20will%20see%20intelligent%0A%23%20typeaheads%20aware%20of%20the%20current%20GraphQL%20type%20schema%20and%20live%20syntax%20and%0A%23%20validation%20errors%20highlighted%20within%20the%20text.%0A%23%0A%23%20GraphQL%20queries%20typically%20start%20with%20a%20%22%7B%22%20character.%20Lines%20that%20start%0A%23%20with%20a%20%23%20are%20ignored.%0A%23%0A%23%20An%20example%20GraphQL%20query%20might%20look%20like%3A%0A%23%0A%23%20%20%20%20%20%7B%0A%23%20%20%20%20%20%20%20field(arg%3A%20%22value%22)%20%7B%0A%23%20%20%20%20%20%20%20%20%20subField%0A%23%20%20%20%20%20%20%20%7D%0A%23%20%20%20%20%20%7D%0A%23%0A%23%20Keyboard%20shortcuts%3A%0A%23%0A%23%20%20%20Prettify%20query%3A%20%20Shift-Ctrl-P%20(or%20press%20the%20prettify%20button)%0A%23%0A%23%20%20Merge%20fragments%3A%20%20Shift-Ctrl-M%20(or%20press%20the%20merge%20button)%0A%23%0A%23%20%20%20%20%20%20%20%20Run%20Query%3A%20%20Ctrl-Enter%20(or%20press%20the%20play%20button)%0A%23%0A%23%20%20%20%20Auto%20Complete%3A%20%20Ctrl-Space%20(or%20just%20start%20typing)%0A%23%0Aquery%20findFilm(%24filmId%3A%20ID%2C%20%24withProducers%3A%20Boolean%3Dfalse)%20%7B%0A%20%20film(id%3A%20%24filmId)%20%7B%0A%20%20%20%20director%0A%20%20%20%20title%0A%20%20%20%20releaseDate%0A%20%20%20%20producers%20%40include(if%3A%20%24withProducers)%0A%20%20%7D%0A%7D%0A&operationName=findFilm&variables=%7B%0A%20%20%22filmId%22%3A%20%22ZmlsbXM6MQ%22%2C%0A%20%20%22withProducers%22%3A%20true%0A%7D 

 

SWAPI GraphQL API

 

graphql.org

 

 

 

 

 

반응형

댓글