Syntaxe, klíčová slova a další funkce jazyka.
Link to sectionFeatures Overview
Customize Data
The size of the outer circle corresponds to the total number of users who know about a feature (know about it + have used it respondents), while the inner circle represents those who have actually used it (have used it respondents).
Hover on each circle to see detailed stats, including the ratio between both values.
Language | |
Directives | |
Security & Performance | |
Other Features |
Link to sectionLanguage
Customize Data
Nevím přesně, o co jde | |
Znám | |
Už jsem použil |
Link to sectionDirectives
Customize Data
Nevím přesně, o co jde | |
Znám | |
Už jsem použil |
- @skipZobrazit ukázku kódu
graphql
query ($skipTitle: Boolean!) { queryPost { id title @skip(if: $skipTitle) text } }
- @includeZobrazit ukázku kódu
graphql
query ($includeAuthor: Boolean!) { queryPost { id title text author @include(if: $includeAuthor) { id name } } }
- @deprecatedZobrazit ukázku kódu
graphql
type MyType { id: ID! oldField: String @deprecated(reason: "oldField is deprecated. Use newField instead.") newField: String deprecatedField: String @deprecated }
- @specifiedByZobrazit ukázku kódu
graphql
scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122")
- @deferZobrazit ukázku kódu
graphql
query { person(id: "cGVvcGxlOjE=") { name ...HomeworldFragment @defer(label: "homeworldDefer") }
- @streamZobrazit ukázku kódu
graphql
query { person(id: "cGVvcGxlOjE=") { name films @stream(initialCount: 2, label: "filmsStream") { title } }
Link to sectionSecurity & Performance
Customize Data
Nevím přesně, o co jde | |
Znám | |
Už jsem použil |
Link to sectionOther Features
Customize Data
Nevím přesně, o co jde | |
Znám | |
Už jsem použil |
Link to sectionKnowledge Score
Customize Data
Out of all the features mentioned in the survey, how many did the respondent know about?