Skip to content

Commit

Permalink
Increase views limit for graphql displays
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 26, 2024
1 parent 7a6fc0f commit 6b55ff9
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ display:
type: some
options:
offset: 0
items_per_page: 3
items_per_page: 21
style:
type: graphql
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ display:
type: some
options:
offset: 0
items_per_page: 3
items_per_page: 21
arguments:
term_node_taxonomy_name_depth:
id: term_node_taxonomy_name_depth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ display:
type: some
options:
offset: 0
items_per_page: 3
items_per_page: 21
arguments:
term_node_taxonomy_name_depth:
id: term_node_taxonomy_name_depth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,11 @@ display:
text: 'edit this item'
output_url_as_text: false
absolute: false
pager:
type: some
options:
offset: 0
items_per_page: 0
arguments:
term_node_taxonomy_name_depth:
id: term_node_taxonomy_name_depth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ display:
type: some
options:
offset: 0
items_per_page: 3
items_per_page: 21
display_description: ''
display_extenders: { }
graphql_query_name: stanfordSharedTags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- node.type.sul_study_place
module:
- graphql_compose_views
- node
- stanford_fields
- user
Expand Down Expand Up @@ -177,3 +178,24 @@ display:
- 'user.node_grants:view'
- user.permissions
tags: { }
study_spaces_graphql:
id: study_spaces_graphql
display_title: 'GraphQL: Places to Study'
display_plugin: graphql
position: 1
display_options:
pager:
type: none
options:
offset: 0
display_description: ''
display_extenders: { }
graphql_query_name: sulStudyPlaces
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags: { }

0 comments on commit 6b55ff9

Please sign in to comment.