>
history
light
<
back
$
graphql-formatter
#
format and minify GraphQL queries
●
ONLINE
LOCAL ONLY
>
format
>
minify
>
clear
>
input.graphql
query GetUser($id: ID!) { user(id: $id) { id name email posts { title content } } }
>
output.graphql
//
supports queries, mutations, subscriptions, and fragments
▊
?
help |
f
hints |
j/k
select |
enter
focus |
i/o
input/output |
c
copy |
ctrl+enter
run |
esc
back