Skip to content

Commit 4da4b3a

Browse files
graylikemeclaude
andcommitted
docs: update roster example to show multi-value factionTypes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6cf7017 commit 4da4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/api/src/handlers/llms_txt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To paginate: pass `endCursor` from the previous response as `after` in the next
148148
### Filter units by BV range and unit type (roster building)
149149
```graphql
150150
{{
151-
units(first: 20, bvMin: 1000, bvMax: 2000, unitType: MECH, eraSlug: CLAN_INVASION, factionType: GREAT_HOUSE) {{
151+
units(first: 20, bvMin: 1000, bvMax: 2000, unitType: MECH, eraSlug: CLAN_INVASION, factionTypes: [GREAT_HOUSE, PERIPHERY]) {{
152152
edges {{
153153
node {{
154154
slug

0 commit comments

Comments
 (0)