Skip to content

Commit f24783c

Browse files
authored
Merge pull request #58 from MITLibraries/update-schema
Updates schema and regenerates cassettes
2 parents 628b05d + 9fa7856 commit f24783c

34 files changed

+176
-226
lines changed

app/models/timdex_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TimdexSearch < TimdexBase
1212
$locations: String
1313
$subjects: String
1414
$title: String
15-
$sourceFacet: String
15+
$sourceFacet: [String!]
1616
$from: String
1717
) {
1818
search(

config/schema/schema.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,11 +1291,19 @@
12911291
"name": "sourceFacet",
12921292
"description": null,
12931293
"type": {
1294-
"kind": "SCALAR",
1295-
"name": "String",
1296-
"ofType": null
1294+
"kind": "LIST",
1295+
"name": null,
1296+
"ofType": {
1297+
"kind": "NON_NULL",
1298+
"name": null,
1299+
"ofType": {
1300+
"kind": "SCALAR",
1301+
"name": "String",
1302+
"ofType": null
1303+
}
1304+
}
12971305
},
1298-
"defaultValue": "\"All\""
1306+
"defaultValue": "null"
12991307
},
13001308
{
13011309
"name": "subjectsFacet",

test/vcr_cassettes/advanced.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/advanced_all.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/advanced_citation_asdf.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/advanced_keyword_asdf.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/advanced_title_data.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data_basic_controller.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data_from_ridiculous_start.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)