Skip to content

Commit

Permalink
update categoryMapping query due to performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
King authored and King committed Apr 4, 2022
1 parent 89eb5a0 commit 6cc61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AirRobeWidget/Resources/AirRobeStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum AirRobeStrings {
static let GetShoppingDataQuery = """
query GetShoppingData ($appId: String) {
shop(appId: $appId) {
categoryMappings {
categoryMappings(mappedOrExcludedOnly: true) {
from
to
excluded
Expand Down

0 comments on commit 6cc61a4

Please sign in to comment.