構文、キーワード、そのほかの言語機能
セクションにリンク利用率の概要
データのカスタマイズ
このチャートは各機能の採用度合いを示しています。各機能はカテゴリごとに分けられています。
外の円は機能を知っている人の数を、内の円は実際に使った人の数をそれぞれ表します。
回答者の人数など詳細は、ノードにカーソルをあわせると表示されるオーバーレイから確認できます。
| Language | |
| Directives | |
| Security & Performance | |
| Other Features |
セクションにリンクLanguage
データのカスタマイズ
セクションにリンクDirectives
データのカスタマイズ
| 知らない | |
| 知っている | |
| 使った |
- @skipView Code Example
graphql
query ($skipTitle: Boolean!) { queryPost { id title @skip(if: $skipTitle) text } } - @includeView Code Example
graphql
query ($includeAuthor: Boolean!) { queryPost { id title text author @include(if: $includeAuthor) { id name } } } - @deprecatedView Code Example
graphql
type MyType { id: ID! oldField: String @deprecated(reason: "oldField is deprecated. Use newField instead.") newField: String deprecatedField: String @deprecated } - @specifiedByView Code Example
graphql
scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122") - @deferView Code Example
graphql
query { person(id: "cGVvcGxlOjE=") { name ...HomeworldFragment @defer(label: "homeworldDefer") } - @streamView Code Example
graphql
query { person(id: "cGVvcGxlOjE=") { name films @stream(initialCount: 2, label: "filmsStream") { title } }
セクションにリンクSecurity & Performance
セクションにリンクOther Features
データのカスタマイズ
セクションにリンクナレッジスコア
データのカスタマイズ
回答者がこのアンケートで取り上げたCSSの機能について、どのくらい知っていたかをまとめています。