From f478dde659b1482563f25b0ab1efdf2e31d531e5 Mon Sep 17 00:00:00 2001 From: Rodrigo Soares Date: Tue, 16 Jun 2026 08:43:32 -0300 Subject: [PATCH 1/4] Add description to slug fields --- source/graphql.html.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/graphql.html.md b/source/graphql.html.md index cded52b63b4..e71709eebee 100644 --- a/source/graphql.html.md +++ b/source/graphql.html.md @@ -1069,7 +1069,11 @@ A hotspot containing products groupSlug String! - + + +A string that may contain letters, numbers, hyphens, and underscores. It does not follow an industry standard format. + + groupTitle @@ -1129,7 +1133,11 @@ A hotspot containing products slug String! - + + +A string that may contain letters, numbers, hyphens, and underscores. It does not follow an industry standard format. + + spreads From ebc2bd25ee32bdf9589fde20ee21520899a58db2 Mon Sep 17 00:00:00 2001 From: Rodrigo Soares Date: Tue, 16 Jun 2026 08:51:10 -0300 Subject: [PATCH 2/4] Mention lowercase letters --- source/graphql.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/graphql.html.md b/source/graphql.html.md index e71709eebee..9e7ce55c6d2 100644 --- a/source/graphql.html.md +++ b/source/graphql.html.md @@ -1071,7 +1071,7 @@ A hotspot containing products String! -A string that may contain letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. @@ -1135,7 +1135,7 @@ A string that may contain letters, numbers, hyphens, and underscores. It does no String! -A string that may contain letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. From 566453e6904378b0f5a267d36a08f2ba3a381523 Mon Sep 17 00:00:00 2001 From: Rodrigo Soares Date: Tue, 16 Jun 2026 08:57:14 -0300 Subject: [PATCH 3/4] Add missing descriptions --- source/graphql.html.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/source/graphql.html.md b/source/graphql.html.md index 9e7ce55c6d2..b2dee0e8185 100644 --- a/source/graphql.html.md +++ b/source/graphql.html.md @@ -1108,7 +1108,11 @@ A string that may contain lowercase letters, numbers, hyphens, and underscores. publicationSlug String! - + + +A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. + + publicationTitle @@ -1223,7 +1227,11 @@ Returns the last _n_ elements from the list. groupSlug String! - + + +A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. + + groupTitle @@ -1238,7 +1246,11 @@ Returns the last _n_ elements from the list. publicationSlug String! - + + +A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. + + publicationTitle From a5eee45ee7db1bdc349f8327a96ff1c5b4c02809 Mon Sep 17 00:00:00 2001 From: Rodrigo Soares Date: Mon, 22 Jun 2026 10:02:17 -0300 Subject: [PATCH 4/4] Update slug info --- source/graphql.html.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/source/graphql.html.md b/source/graphql.html.md index b2dee0e8185..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. @@ -1071,7 +1079,7 @@ A hotspot containing products String! -A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores. @@ -1110,7 +1118,7 @@ A string that may contain lowercase letters, numbers, hyphens, and underscores. String! -A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores. @@ -1139,7 +1147,7 @@ A string that may contain lowercase letters, numbers, hyphens, and underscores. String! -A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores. @@ -1229,7 +1237,7 @@ Returns the last _n_ elements from the list. String! -A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +The group's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores. @@ -1248,7 +1256,7 @@ A string that may contain lowercase letters, numbers, hyphens, and underscores. String! -A string that may contain lowercase letters, numbers, hyphens, and underscores. It does not follow an industry standard format. +The publication's URL slug. Consists of lowercase letters, numbers, hyphens, and underscores.