Files
dozzle/assets/graphql/releases.graphql
T
2026-01-20 03:18:27 +00:00

15 lines
159 B
GraphQL

query GetReleases {
releases {
name
mentionsCount
tag
body
createdAt
htmlUrl
latest
features
bugFixes
breaking
}
}