Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Dec 9, 2024
1 parent d63ce00 commit 4c05d68
Show file tree
Hide file tree
Showing 135 changed files with 31,275 additions and 27,206 deletions.
135 changes: 135 additions & 0 deletions state_of_css/css2024/results/queries/user_metadata/authmode.graphql
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 state_of_css/css2024/results/queries/user_metadata/browser.graphql
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
}
}
}
}
}
}
}
}
}
}
}
}
}
Loading

0 comments on commit 4c05d68

Please sign in to comment.