Skip to content

Commit

Permalink
Update v2-modsbymodid.ts
Browse files Browse the repository at this point in the history
Added query name for internal tracking
  • Loading branch information
Pickysaurus authored Nov 26, 2024
1 parent 47b17da commit 0f7fa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/queries/v2-modsbymodid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface IModRequest {
}

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

}
}

0 comments on commit 0f7fa35

Please sign in to comment.