구문, 키워드 및 다른 언어 기능들.
Link to section사용량 개요
Customize Data
이 차트는 모든 기능에 대한 다양한 적용률을 카테고리별로 그룹화하여 보여줍니다.
바깥 원의 크기는 해당 기능을 아는 모든 사람, 안쪽 원은 실제로 기능을 사용한 사람의 수에 해당합니다.
각 노드를 마우스로 가리키면 전체 설문 조사 응답자 수를 나타내는 오버레이와 함께 자세한 데이터를 볼 수 있습니다.
Language | |
Directives | |
Security & Performance | |
Other Features |
Link to sectionLanguage
Customize Data
들어본 적 없음 | |
조금 알고 있음 | |
사용해본 적 있음 |
Link to sectionDirectives
Customize Data
들어본 적 없음 | |
조금 알고 있음 | |
사용해본 적 있음 |
- @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 } }
Link to sectionSecurity & Performance
Customize Data
Link to sectionOther Features
Customize Data
들어본 적 없음 | |
조금 알고 있음 | |
사용해본 적 있음 |
Link to section지식 점수
Customize Data
설문조사에 언급된 모든 기능 중에서 응답자가 알고 있는 기능은 몇 가지입니까?