mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
fix
This commit is contained in:
parent
50d7264a02
commit
c6a4011943
1 changed files with 0 additions and 21 deletions
21
README.md
21
README.md
|
@ -666,27 +666,6 @@ https://graphql-pokemon2.vercel.app/?query=fragment%20dimension%20on%20PokemonDi
|
||||||
|
|
||||||
[この URL にアクセス](<https://graphql-pokemon2.vercel.app/?query=fragment%20dimension%20on%20PokemonDimension%20%7B%0A%20%20minimum%0A%20%20maximum%0A%7D%0A%0Aquery%20%7B%0A%20%20pokemon(name%3A%20%22Pikachu%22)%20%7B%0A%20%20%20%20classification%0A%20%20%20%20height%20%7B%0A%20%20%20%20%20%20...dimension%0A%20%20%20%20%7D%0A%20%20%20%20weight%20%7B%0A%20%20%20%20%20%20...dimension%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D>)
|
[この URL にアクセス](<https://graphql-pokemon2.vercel.app/?query=fragment%20dimension%20on%20PokemonDimension%20%7B%0A%20%20minimum%0A%20%20maximum%0A%7D%0A%0Aquery%20%7B%0A%20%20pokemon(name%3A%20%22Pikachu%22)%20%7B%0A%20%20%20%20classification%0A%20%20%20%20height%20%7B%0A%20%20%20%20%20%20...dimension%0A%20%20%20%20%7D%0A%20%20%20%20weight%20%7B%0A%20%20%20%20%20%20...dimension%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D>)
|
||||||
|
|
||||||
または
|
|
||||||
|
|
||||||
```graphql
|
|
||||||
fragment dimension on PokemonDimension {
|
|
||||||
minimum
|
|
||||||
maximum
|
|
||||||
}
|
|
||||||
|
|
||||||
query {
|
|
||||||
pokemon(name: "Pikachu") {
|
|
||||||
classification
|
|
||||||
height {
|
|
||||||
...dimension
|
|
||||||
}
|
|
||||||
weight {
|
|
||||||
...dimension
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### フラグメント
|
### フラグメント
|
||||||
|
|
Loading…
Add table
Reference in a new issue