ficsit-cli-flake/ficsit/queries/mod.graphql

18 lines
311 B
GraphQL
Raw Normal View History

2021-12-02 04:00:33 +00:00
query GetMod ($modId: ModID!) {
getMod(modId: $modId) {
id
mod_reference
name
views
downloads
authors {
role
user {
username
}
}
full_description
source_url
created_at
}
}