0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

loopback4でGraphQL Playgroundを使う

Posted at

動機

お客さんに見せて、エクセル仕様書とかをつくるのを省くため、
なるべくわかりやすいUIを提供したかった。
あと、GraphiQLはヘッダー送れない

手順

loopback4起動(3001ポート)

openapi-to-graphql起動(3000ポート)

https://github.com/prisma/graphql-playground/blob/master/packages/graphql-playground-html/withAnimation.html
をダウンロードしてきて、自分のloopbackアプリのpublicに入れる

http://localhost:3000/withAnimation.html?endpoint=http://localhost:3000/graphql
のような感じでアクセス(うろ覚え)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?