Skip to content

Commit

Permalink
Re-add missing GQL file
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Sep 30, 2024
1 parent cae6dd6 commit 6f44bb6
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include { ModFragment } from './CommonFragments.graphql'

query ModInfo($gameDomain: String!, $modId: Int!)
{
legacyModsByDomain(ids: [{gameDomain: $gameDomain, modId: $modId}])
{
nodes
{
...ModFragment
}
}
}

0 comments on commit 6f44bb6

Please sign in to comment.