diff --git a/source/graphql.html.md b/source/graphql.html.md
index cded52b63b4..948bf2d1df6 100644
--- a/source/graphql.html.md
+++ b/source/graphql.html.md
@@ -322,12 +322,20 @@ Finds a publication by ID or by both slug and the group slug
| groupSlug |
String |
- |
+
+
+The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| slug |
String |
- |
+
+
+The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| publicationByUrl |
@@ -402,7 +410,7 @@ Filter to publications belonging to this group
String |
-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.
|
@@ -1069,7 +1077,11 @@ A hotspot containing products
| groupSlug |
String! |
- |
+
+
+The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| groupTitle |
@@ -1104,7 +1116,11 @@ A hotspot containing products
| publicationSlug |
String! |
- |
+
+
+The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| publicationTitle |
@@ -1129,7 +1145,11 @@ A hotspot containing products
| slug |
String! |
- |
+
+
+The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| spreads |
@@ -1215,7 +1235,11 @@ Returns the last _n_ elements from the list.
| groupSlug |
String! |
- |
+
+
+The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| groupTitle |
@@ -1230,7 +1254,11 @@ Returns the last _n_ elements from the list.
| publicationSlug |
String! |
- |
+
+
+The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.
+
+ |
| publicationTitle |