2022-06-06 23:55:26 +00:00
|
|
|
query GetMod ($modId: String!) {
|
|
|
|
mod: getModByIdOrReference(modIdOrReference: $modId) {
|
2021-12-02 04:00:33 +00:00
|
|
|
id
|
|
|
|
mod_reference
|
|
|
|
name
|
|
|
|
views
|
|
|
|
downloads
|
|
|
|
authors {
|
|
|
|
role
|
|
|
|
user {
|
|
|
|
username
|
|
|
|
}
|
|
|
|
}
|
|
|
|
full_description
|
|
|
|
source_url
|
|
|
|
created_at
|
|
|
|
}
|
|
|
|
}
|