Skip to content

Commit

Permalink
SUL23-620: Corrected shared tags events view contextual filter argume…
Browse files Browse the repository at this point in the history
…nt name
  • Loading branch information
pookmish committed Sep 18, 2024
1 parent 5a38177 commit 20b6586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/gql/__generated__/drupal.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lib/gql/__generated__/queries.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lib/gql/view-queries.drupal.gql
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ query sulBranchLocations {
}
}

query sulSharedTagEventsCardGridGraphql($filters: SulSharedTagEventsCardGridGraphqlContextualFilterInput, $pageSize: Int = 3, $page: Int, $offset: Int) {
sulSharedTagEventsCardGridGraphql(contextualFilter: $filters, pageSize: $pageSize, page: $page, offset: $offset) {
query sulSharedTagEventsCardGridGraphql($contextualFilters: SulSharedTagEventsCardGridGraphqlContextualFilterInput, $pageSize: Int = 3, $page: Int, $offset: Int) {
sulSharedTagEventsCardGridGraphql(contextualFilter: $contextualFilters, pageSize: $pageSize, page: $page, offset: $offset) {
results {
...FragmentNodeTeaserUnion
}
Expand Down

0 comments on commit 20b6586

Please sign in to comment.