Skip to content

Commit 0f7fa35

Browse files
authored
Update v2-modsbymodid.ts
Added query name for internal tracking
1 parent 47b17da commit 0f7fa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/queries/v2-modsbymodid.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface IModRequest {
1414
}
1515

1616
const query = gql`
17-
query Mods($mods: [CompositeDomainWithIdInput!]!, $count: Int!, $offset: Int!) {
17+
query DiscordBotModsByDomain($mods: [CompositeDomainWithIdInput!]!, $count: Int!, $offset: Int!) {
1818
legacyModsByDomain(ids: $mods, count: $count, offset: $offset) {
1919
nodes {
2020
uid
@@ -101,4 +101,4 @@ async function modsQuery(headers: Record<string,string>, mods: IModRequest[], of
101101
throw new Error('Could not find some or all of the mods.');
102102
}
103103

104-
}
104+
}

0 commit comments

Comments
 (0)