-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sacha Greif
committed
Dec 9, 2024
1 parent
d63ce00
commit 4c05d68
Showing
135 changed files
with
31,275 additions
and
27,206 deletions.
There are no files selected for viewing
135 changes: 135 additions & 0 deletions
135
state_of_css/css2024/results/queries/user_metadata/authmode.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
query { | ||
surveys { | ||
state_of_css { | ||
css2024 { | ||
user_metadata { | ||
authmode: authmode { | ||
id | ||
responses( | ||
parameters: { | ||
showNoAnswer: true | ||
mergeOtherBuckets: false | ||
cutoff: 10 | ||
} | ||
) { | ||
currentEdition { | ||
_metadata { | ||
axis1Sort { | ||
property | ||
order | ||
} | ||
axis2Sort { | ||
property | ||
order | ||
} | ||
limit | ||
cutoff | ||
} | ||
completion { | ||
count | ||
percentageSurvey | ||
total | ||
} | ||
average | ||
percentiles { | ||
p50 | ||
} | ||
buckets { | ||
count | ||
id | ||
percentageQuestion | ||
percentageSurvey | ||
isFreeformData | ||
hasInsufficientData | ||
entity { | ||
name | ||
nameHtml | ||
nameClean | ||
alias | ||
description | ||
descriptionHtml | ||
descriptionClean | ||
id | ||
entityType | ||
example { | ||
label | ||
language | ||
code | ||
codeHighlighted | ||
} | ||
avatar { | ||
url | ||
} | ||
homepage { | ||
url | ||
} | ||
youtube { | ||
url | ||
} | ||
twitter { | ||
url | ||
} | ||
bluesky { | ||
url | ||
} | ||
threads { | ||
url | ||
} | ||
twitch { | ||
url | ||
} | ||
rss { | ||
url | ||
} | ||
blog { | ||
url | ||
} | ||
mastodon { | ||
url | ||
} | ||
github { | ||
url | ||
} | ||
npm { | ||
url | ||
} | ||
mdn { | ||
url | ||
} | ||
caniuse { | ||
url | ||
} | ||
resources { | ||
url | ||
title | ||
} | ||
webFeature { | ||
id | ||
description_html | ||
group | ||
name | ||
spec | ||
status { | ||
baseline | ||
baseline_low_date | ||
support { | ||
chrome | ||
chrome_android | ||
edge | ||
firefox | ||
firefox_android | ||
safari | ||
safari_ios | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
135 changes: 135 additions & 0 deletions
135
state_of_css/css2024/results/queries/user_metadata/browser.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
query { | ||
surveys { | ||
state_of_css { | ||
css2024 { | ||
user_metadata { | ||
browser: browser { | ||
id | ||
responses( | ||
parameters: { | ||
showNoAnswer: true | ||
mergeOtherBuckets: false | ||
cutoff: 10 | ||
} | ||
) { | ||
currentEdition { | ||
_metadata { | ||
axis1Sort { | ||
property | ||
order | ||
} | ||
axis2Sort { | ||
property | ||
order | ||
} | ||
limit | ||
cutoff | ||
} | ||
completion { | ||
count | ||
percentageSurvey | ||
total | ||
} | ||
average | ||
percentiles { | ||
p50 | ||
} | ||
buckets { | ||
count | ||
id | ||
percentageQuestion | ||
percentageSurvey | ||
isFreeformData | ||
hasInsufficientData | ||
entity { | ||
name | ||
nameHtml | ||
nameClean | ||
alias | ||
description | ||
descriptionHtml | ||
descriptionClean | ||
id | ||
entityType | ||
example { | ||
label | ||
language | ||
code | ||
codeHighlighted | ||
} | ||
avatar { | ||
url | ||
} | ||
homepage { | ||
url | ||
} | ||
youtube { | ||
url | ||
} | ||
twitter { | ||
url | ||
} | ||
bluesky { | ||
url | ||
} | ||
threads { | ||
url | ||
} | ||
twitch { | ||
url | ||
} | ||
rss { | ||
url | ||
} | ||
blog { | ||
url | ||
} | ||
mastodon { | ||
url | ||
} | ||
github { | ||
url | ||
} | ||
npm { | ||
url | ||
} | ||
mdn { | ||
url | ||
} | ||
caniuse { | ||
url | ||
} | ||
resources { | ||
url | ||
title | ||
} | ||
webFeature { | ||
id | ||
description_html | ||
group | ||
name | ||
spec | ||
status { | ||
baseline | ||
baseline_low_date | ||
support { | ||
chrome | ||
chrome_android | ||
edge | ||
firefox | ||
firefox_android | ||
safari | ||
safari_ios | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.