Skip to content

Commit

Permalink
docs: update GraphQL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Oct 2, 2024
1 parent e55ed7e commit 9f50248
Showing 1 changed file with 90 additions and 1 deletion.
91 changes: 90 additions & 1 deletion docs/develop/graphql/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
<td valign="top"><a href="#searchinput">SearchInput</a>!</td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="rootquery.morelikethis">moreLikeThis</strong></td>
<td valign="top"><a href="#searchresult">SearchResult</a>!</td>
<td></td>
</tr>
<tr>
<td colspan="2" align="right" valign="top">input</td>
<td valign="top"><a href="#morelikethisinput">MoreLikeThisInput</a>!</td>
<td></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -203,6 +213,36 @@ symbolic image associated with the teaser
</tbody>
</table>

### CopyrightDetails

<table>
<thead>
<tr>
<th align="left">Field</th>
<th align="right">Argument</th>
<th align="left">Type</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" valign="top"><strong id="copyrightdetails.original">original</strong></td>
<td valign="top"><a href="#link">Link</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="copyrightdetails.author">author</strong></td>
<td valign="top"><a href="#link">Link</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="copyrightdetails.license">license</strong></td>
<td valign="top"><a href="#link">Link</a></td>
<td></td>
</tr>
</tbody>
</table>

### EventDate

<table>
Expand Down Expand Up @@ -342,7 +382,7 @@ symbolic image associated with the teaser
</tr>
<tr>
<td colspan="2" valign="top"><strong id="eventteaser.eventdates">eventDates</strong></td>
<td valign="top">[<a href="#eventdate">EventDate</a>]</td>
<td valign="top">[<a href="#eventdate">EventDate</a>!]!</td>
<td>

event dates
Expand Down Expand Up @@ -455,6 +495,11 @@ event dates
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="image.copyrightdetails">copyrightDetails</strong></td>
<td valign="top"><a href="#copyrightdetails">CopyrightDetails</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="image.caption">caption</strong></td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
Expand Down Expand Up @@ -1015,6 +1060,11 @@ symbolic image associated with the teaser
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="symbolicimage.copyrightdetails">copyrightDetails</strong></td>
<td valign="top"><a href="#copyrightdetails">CopyrightDetails</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="symbolicimage.caption">caption</strong></td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
Expand Down Expand Up @@ -1303,6 +1353,40 @@ symbolic image associated with the teaser
</tbody>
</table>

### MoreLikeThisInput

<table>
<thead>
<tr>
<th colspan="2" align="left">Field</th>
<th align="left">Type</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" valign="top"><strong id="morelikethisinput.id">id</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="morelikethisinput.lang">lang</strong></td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="morelikethisinput.filter">filter</strong></td>
<td valign="top">[<a href="#inputfilter">InputFilter</a>!]</td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="morelikethisinput.limit">limit</strong></td>
<td valign="top"><a href="#int">Int</a></td>
<td></td>
</tr>
</tbody>
</table>

### RelativeDateRangeInputFacet

<table>
Expand Down Expand Up @@ -1687,6 +1771,11 @@ represent free-form human-readable text.
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="asset.copyrightdetails">copyrightDetails</strong></td>
<td valign="top"><a href="#copyrightdetails">CopyrightDetails</a></td>
<td></td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="asset.caption">caption</strong></td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
Expand Down

0 comments on commit 9f50248

Please sign in to comment.