|
163 | 163 | "isDeprecated": false, |
164 | 164 | "deprecationReason": null |
165 | 165 | }, |
| 166 | + { |
| 167 | + "name": "places", |
| 168 | + "description": "Total search results by Place (which is a subject with type `Dublin Core; Spatial`)", |
| 169 | + "args": [ |
| 170 | + |
| 171 | + ], |
| 172 | + "type": { |
| 173 | + "kind": "LIST", |
| 174 | + "name": null, |
| 175 | + "ofType": { |
| 176 | + "kind": "NON_NULL", |
| 177 | + "name": null, |
| 178 | + "ofType": { |
| 179 | + "kind": "OBJECT", |
| 180 | + "name": "AggregationCount", |
| 181 | + "ofType": null |
| 182 | + } |
| 183 | + } |
| 184 | + }, |
| 185 | + "isDeprecated": false, |
| 186 | + "deprecationReason": null |
| 187 | + }, |
166 | 188 | { |
167 | 189 | "name": "source", |
168 | 190 | "description": "Total search results by source record system", |
|
483 | 505 | "enumValues": null, |
484 | 506 | "possibleTypes": null |
485 | 507 | }, |
| 508 | + { |
| 509 | + "kind": "SCALAR", |
| 510 | + "name": "Float", |
| 511 | + "description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", |
| 512 | + "fields": null, |
| 513 | + "inputFields": null, |
| 514 | + "interfaces": null, |
| 515 | + "enumValues": null, |
| 516 | + "possibleTypes": null |
| 517 | + }, |
486 | 518 | { |
487 | 519 | "kind": "OBJECT", |
488 | 520 | "name": "Funding", |
|
566 | 598 | "enumValues": null, |
567 | 599 | "possibleTypes": null |
568 | 600 | }, |
| 601 | + { |
| 602 | + "kind": "INPUT_OBJECT", |
| 603 | + "name": "Geobox", |
| 604 | + "description": "Search within a box specified by pairs of latitudes and longitudes. Their order should be left, bottom, right, top", |
| 605 | + "fields": null, |
| 606 | + "inputFields": [ |
| 607 | + { |
| 608 | + "name": "minLongitude", |
| 609 | + "description": "A decimal between -180.0 and 180.0 (Western hemisphere is negative)", |
| 610 | + "type": { |
| 611 | + "kind": "NON_NULL", |
| 612 | + "name": null, |
| 613 | + "ofType": { |
| 614 | + "kind": "SCALAR", |
| 615 | + "name": "Float", |
| 616 | + "ofType": null |
| 617 | + } |
| 618 | + }, |
| 619 | + "defaultValue": null |
| 620 | + }, |
| 621 | + { |
| 622 | + "name": "minLatitude", |
| 623 | + "description": "A decimal between -90.0 and 90.0 (Southern hemisphere is negative)", |
| 624 | + "type": { |
| 625 | + "kind": "NON_NULL", |
| 626 | + "name": null, |
| 627 | + "ofType": { |
| 628 | + "kind": "SCALAR", |
| 629 | + "name": "Float", |
| 630 | + "ofType": null |
| 631 | + } |
| 632 | + }, |
| 633 | + "defaultValue": null |
| 634 | + }, |
| 635 | + { |
| 636 | + "name": "maxLongitude", |
| 637 | + "description": "A decimal between -180.0 and 180.0 (Western hemisphere is negative)", |
| 638 | + "type": { |
| 639 | + "kind": "NON_NULL", |
| 640 | + "name": null, |
| 641 | + "ofType": { |
| 642 | + "kind": "SCALAR", |
| 643 | + "name": "Float", |
| 644 | + "ofType": null |
| 645 | + } |
| 646 | + }, |
| 647 | + "defaultValue": null |
| 648 | + }, |
| 649 | + { |
| 650 | + "name": "maxLatitude", |
| 651 | + "description": "A decimal between -90.0 and 90.0 (Southern hemisphere is negative)", |
| 652 | + "type": { |
| 653 | + "kind": "NON_NULL", |
| 654 | + "name": null, |
| 655 | + "ofType": { |
| 656 | + "kind": "SCALAR", |
| 657 | + "name": "Float", |
| 658 | + "ofType": null |
| 659 | + } |
| 660 | + }, |
| 661 | + "defaultValue": null |
| 662 | + } |
| 663 | + ], |
| 664 | + "interfaces": null, |
| 665 | + "enumValues": null, |
| 666 | + "possibleTypes": null |
| 667 | + }, |
| 668 | + { |
| 669 | + "kind": "INPUT_OBJECT", |
| 670 | + "name": "Geodistance", |
| 671 | + "description": "Search within a certain distance of a given latitude and longitude", |
| 672 | + "fields": null, |
| 673 | + "inputFields": [ |
| 674 | + { |
| 675 | + "name": "distance", |
| 676 | + "description": "Search distance to the location? (include units; i.e. \"100km\" or \"50mi\")", |
| 677 | + "type": { |
| 678 | + "kind": "NON_NULL", |
| 679 | + "name": null, |
| 680 | + "ofType": { |
| 681 | + "kind": "SCALAR", |
| 682 | + "name": "String", |
| 683 | + "ofType": null |
| 684 | + } |
| 685 | + }, |
| 686 | + "defaultValue": null |
| 687 | + }, |
| 688 | + { |
| 689 | + "name": "latitude", |
| 690 | + "description": "A decimal between -90.0 and 90.0 (Southern hemisphere is negative)", |
| 691 | + "type": { |
| 692 | + "kind": "NON_NULL", |
| 693 | + "name": null, |
| 694 | + "ofType": { |
| 695 | + "kind": "SCALAR", |
| 696 | + "name": "Float", |
| 697 | + "ofType": null |
| 698 | + } |
| 699 | + }, |
| 700 | + "defaultValue": null |
| 701 | + }, |
| 702 | + { |
| 703 | + "name": "longitude", |
| 704 | + "description": "A decimal between -180.0 and 180.0 (Western hemisphere is negative)", |
| 705 | + "type": { |
| 706 | + "kind": "NON_NULL", |
| 707 | + "name": null, |
| 708 | + "ofType": { |
| 709 | + "kind": "SCALAR", |
| 710 | + "name": "Float", |
| 711 | + "ofType": null |
| 712 | + } |
| 713 | + }, |
| 714 | + "defaultValue": null |
| 715 | + } |
| 716 | + ], |
| 717 | + "interfaces": null, |
| 718 | + "enumValues": null, |
| 719 | + "possibleTypes": null |
| 720 | + }, |
569 | 721 | { |
570 | 722 | "kind": "OBJECT", |
571 | 723 | "name": "Highlight", |
|
669 | 821 |
|
670 | 822 | ], |
671 | 823 | "type": { |
672 | | - "kind": "NON_NULL", |
673 | | - "name": null, |
674 | | - "ofType": { |
675 | | - "kind": "SCALAR", |
676 | | - "name": "String", |
677 | | - "ofType": null |
678 | | - } |
| 824 | + "kind": "SCALAR", |
| 825 | + "name": "String", |
| 826 | + "ofType": null |
679 | 827 | }, |
680 | 828 | "isDeprecated": false, |
681 | 829 | "deprecationReason": null |
|
932 | 1080 | "fields": [ |
933 | 1081 | { |
934 | 1082 | "name": "geopoint", |
935 | | - "description": "GeoPoint data for the location, if applicable", |
| 1083 | + "description": null, |
| 1084 | + "args": [ |
| 1085 | + |
| 1086 | + ], |
| 1087 | + "type": { |
| 1088 | + "kind": "SCALAR", |
| 1089 | + "name": "String", |
| 1090 | + "ofType": null |
| 1091 | + }, |
| 1092 | + "isDeprecated": true, |
| 1093 | + "deprecationReason": "Use `geoshape`" |
| 1094 | + }, |
| 1095 | + { |
| 1096 | + "name": "geoshape", |
| 1097 | + "description": "GeoShape data for the location, if applicable", |
936 | 1098 | "args": [ |
937 | 1099 |
|
938 | 1100 | ], |
|
1155 | 1317 | }, |
1156 | 1318 | "defaultValue": "null" |
1157 | 1319 | }, |
| 1320 | + { |
| 1321 | + "name": "geodistance", |
| 1322 | + "description": "Search within a certain distance of a specific location", |
| 1323 | + "type": { |
| 1324 | + "kind": "INPUT_OBJECT", |
| 1325 | + "name": "Geodistance", |
| 1326 | + "ofType": null |
| 1327 | + }, |
| 1328 | + "defaultValue": "null" |
| 1329 | + }, |
| 1330 | + { |
| 1331 | + "name": "geobox", |
| 1332 | + "description": "Search within a specified box", |
| 1333 | + "type": { |
| 1334 | + "kind": "INPUT_OBJECT", |
| 1335 | + "name": "Geobox", |
| 1336 | + "ofType": null |
| 1337 | + }, |
| 1338 | + "defaultValue": "null" |
| 1339 | + }, |
1158 | 1340 | { |
1159 | 1341 | "name": "identifiers", |
1160 | 1342 | "description": "Search by unique indentifier; e.g., ISBN, DOI, etc.", |
|
1217 | 1399 | }, |
1218 | 1400 | { |
1219 | 1401 | "name": "contentTypeFilter", |
1220 | | - "description": "Filter results by content type. Use the `contentType` aggregation for a list of possible values", |
| 1402 | + "description": "Filter results by content type. Use the `contentType` aggregation for a list of possible values. Multiple values are ANDed.", |
1221 | 1403 | "type": { |
1222 | 1404 | "kind": "LIST", |
1223 | 1405 | "name": null, |
|
1235 | 1417 | }, |
1236 | 1418 | { |
1237 | 1419 | "name": "contributorsFilter", |
1238 | | - "description": "Filter results by contributor. Use the `contributors` aggregation for a list of possible values", |
| 1420 | + "description": "Filter results by contributor. Use the `contributors` aggregation for a list of possible values. Multiple values are ANDed.", |
1239 | 1421 | "type": { |
1240 | 1422 | "kind": "LIST", |
1241 | 1423 | "name": null, |
|
1253 | 1435 | }, |
1254 | 1436 | { |
1255 | 1437 | "name": "formatFilter", |
1256 | | - "description": "Filter results by format. Use the `format` aggregation for a list of possible values", |
| 1438 | + "description": "Filter results by format. Use the `format` aggregation for a list of possible values. Multiple values are ANDed.", |
1257 | 1439 | "type": { |
1258 | 1440 | "kind": "LIST", |
1259 | 1441 | "name": null, |
|
1271 | 1453 | }, |
1272 | 1454 | { |
1273 | 1455 | "name": "languagesFilter", |
1274 | | - "description": "Filter results by language. Use the `languages` aggregation for a list of possible values", |
| 1456 | + "description": "Filter results by language. Use the `languages` aggregation for a list of possible values. Multiple values are ANDed.", |
1275 | 1457 | "type": { |
1276 | 1458 | "kind": "LIST", |
1277 | 1459 | "name": null, |
|
1297 | 1479 | }, |
1298 | 1480 | "defaultValue": "null" |
1299 | 1481 | }, |
| 1482 | + { |
| 1483 | + "name": "placesFilter", |
| 1484 | + "description": "Filter by places. Use the `places` aggregation for a list of possible values. Multiple values are ANDed.", |
| 1485 | + "type": { |
| 1486 | + "kind": "LIST", |
| 1487 | + "name": null, |
| 1488 | + "ofType": { |
| 1489 | + "kind": "NON_NULL", |
| 1490 | + "name": null, |
| 1491 | + "ofType": { |
| 1492 | + "kind": "SCALAR", |
| 1493 | + "name": "String", |
| 1494 | + "ofType": null |
| 1495 | + } |
| 1496 | + } |
| 1497 | + }, |
| 1498 | + "defaultValue": "null" |
| 1499 | + }, |
1300 | 1500 | { |
1301 | 1501 | "name": "sourceFilter", |
1302 | | - "description": "Filter by source record system. Use the `sources` aggregation for a list of possible values", |
| 1502 | + "description": "Filter by source record system. Use the `sources` aggregation for a list of possible values. Multiple values are ORed.", |
1303 | 1503 | "type": { |
1304 | 1504 | "kind": "LIST", |
1305 | 1505 | "name": null, |
|
1317 | 1517 | }, |
1318 | 1518 | { |
1319 | 1519 | "name": "subjectsFilter", |
1320 | | - "description": "Filter by subject terms. Use the `contentType` aggregation for a list of possible values", |
| 1520 | + "description": "Filter by subject terms. Use the `contentType` aggregation for a list of possible values. Multiple values are ANDed.", |
1321 | 1521 | "type": { |
1322 | 1522 | "kind": "LIST", |
1323 | 1523 | "name": null, |
|
1570 | 1770 |
|
1571 | 1771 | ], |
1572 | 1772 | "type": { |
1573 | | - "kind": "LIST", |
1574 | | - "name": null, |
1575 | | - "ofType": { |
1576 | | - "kind": "NON_NULL", |
1577 | | - "name": null, |
1578 | | - "ofType": { |
1579 | | - "kind": "SCALAR", |
1580 | | - "name": "String", |
1581 | | - "ofType": null |
1582 | | - } |
1583 | | - } |
| 1773 | + "kind": "SCALAR", |
| 1774 | + "name": "String", |
| 1775 | + "ofType": null |
1584 | 1776 | }, |
1585 | 1777 | "isDeprecated": false, |
1586 | 1778 | "deprecationReason": null |
|
3698 | 3890 | "args": [ |
3699 | 3891 |
|
3700 | 3892 | ] |
| 3893 | + }, |
| 3894 | + { |
| 3895 | + "name": "specifiedBy", |
| 3896 | + "description": "Exposes a URL that specifies the behavior of this scalar.", |
| 3897 | + "locations": [ |
| 3898 | + "SCALAR" |
| 3899 | + ], |
| 3900 | + "args": [ |
| 3901 | + { |
| 3902 | + "name": "url", |
| 3903 | + "description": "The URL that specifies the behavior of this scalar.", |
| 3904 | + "type": { |
| 3905 | + "kind": "NON_NULL", |
| 3906 | + "name": null, |
| 3907 | + "ofType": { |
| 3908 | + "kind": "SCALAR", |
| 3909 | + "name": "String", |
| 3910 | + "ofType": null |
| 3911 | + } |
| 3912 | + }, |
| 3913 | + "defaultValue": null |
| 3914 | + } |
| 3915 | + ] |
3701 | 3916 | } |
3702 | 3917 | ] |
3703 | 3918 | } |
|
0 commit comments