Create robots file

This commit is contained in:
Quinn Hegeman
2026-03-08 13:04:41 +01:00
parent a1b202686f
commit 2411c6fdc8
4 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
query Robots {
Robots {
id,
date_created,
date_updated,
crawlers,
extra_content
}
}