mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
remove =
This commit is contained in:
parent
2c790afbd7
commit
c6777a8259
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ https://about.sourcegraph.com/graphql/graphql-client-driven-development/
|
||||||
|
|
||||||
データ構造と操作を宣言するスキーマ言語
|
データ構造と操作を宣言するスキーマ言語
|
||||||
|
|
||||||
```graphql=
|
```graphql
|
||||||
"""ポケモンを表します"""
|
"""ポケモンを表します"""
|
||||||
type Pokemon {
|
type Pokemon {
|
||||||
"""このオブジェクトのID"""
|
"""このオブジェクトのID"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue