Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 36 additions & 8 deletions source/graphql.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,20 @@ Finds a publication by ID or by both slug and the group slug
<tr>
<td colspan="2" align="right" valign="top">groupSlug</td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
<td>

The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" align="right" valign="top">slug</td>
<td valign="top"><a href="#string">String</a></td>
<td></td>
<td>

The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="query.publicationbyurl">publicationByUrl</strong></td>
Expand Down Expand Up @@ -402,7 +410,7 @@ Filter to publications belonging to this group
<td valign="top"><a href="#string">String</a></td>
<td>

Filter to publications belonging to the group with this slug
Filter to publications belonging to the group with this slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
Expand Down Expand Up @@ -1069,7 +1077,11 @@ A hotspot containing products
<tr>
<td colspan="2" valign="top"><strong id="publication.groupslug">groupSlug</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
<td>

The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="publication.grouptitle">groupTitle</strong></td>
Expand Down Expand Up @@ -1104,7 +1116,11 @@ A hotspot containing products
<tr>
<td colspan="2" valign="top"><strong id="publication.publicationslug">publicationSlug</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
<td>

The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="publication.publicationtitle">publicationTitle</strong></td>
Expand All @@ -1129,7 +1145,11 @@ A hotspot containing products
<tr>
<td colspan="2" valign="top"><strong id="publication.slug">slug</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
<td>

The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="publication.spreads">spreads</strong></td>
Expand Down Expand Up @@ -1215,7 +1235,11 @@ Returns the last _n_ elements from the list.
<tr>
<td colspan="2" valign="top"><strong id="publicationlistitem.groupslug">groupSlug</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
<td>

The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="publicationlistitem.grouptitle">groupTitle</strong></td>
Expand All @@ -1230,7 +1254,11 @@ Returns the last _n_ elements from the list.
<tr>
<td colspan="2" valign="top"><strong id="publicationlistitem.publicationslug">publicationSlug</strong></td>
<td valign="top"><a href="#string">String</a>!</td>
<td></td>
<td>

The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.

</td>
</tr>
<tr>
<td colspan="2" valign="top"><strong id="publicationlistitem.publicationtitle">publicationTitle</strong></td>
Expand Down
Loading