mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-18 16:08:04 +00:00
fix
This commit is contained in:
parent
e1f8a69d7f
commit
c2cc030dd8
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -9,6 +9,15 @@ WebDINO Japan エンジニア
|
|||
[渡邉浩平](https://github.com/kou029w)
|
||||
![w:200](https://github.com/kou029w.png)
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", function () {
|
||||
document.querySelectorAll("a")?.forEach(function (a) {
|
||||
a.setAttribute("target", "_blank");
|
||||
a.setAttribute("rel", "noreferrer");
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
---
|
||||
|
||||
## Hasura
|
||||
|
@ -74,8 +83,10 @@ Hasura を使うことで GraphQL API・REST API の構築・運用をすばや
|
|||
|
||||
## Hasura で作る REST API
|
||||
|
||||
https://kou029w.github.io/hasura-rest-hands-on/
|
||||
|
||||
<iframe
|
||||
src="https://codesandbox.io/embed/github/kou029w/hasura-rest-hands-on/tree/main/frontend?codemirror=1&hidenavigation=1&view=preview&module=/src/App.vue"
|
||||
src="https://codesandbox.io/embed/github/kou029w/hasura-rest-hands-on/tree/main/frontend?codemirror=1&hidenavigation=1&module=/src/App.vue"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
|
@ -87,7 +98,7 @@ Hasura を使うことで GraphQL API・REST API の構築・運用をすばや
|
|||
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
|
||||
></iframe>
|
||||
|
||||
https://kou029w.github.io/hasura-rest-hands-on/
|
||||
REST API のデモ: https://memo-demo.hasura.app/api/rest/page/1
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue