Skip to content

Commit dadcb98

Browse files
graylikemeclaude
andcommitted
docs: update roster building example to use factionType filter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae45068 commit dadcb98

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, factionSlug: "clan-wolf") {{
151+
units(first: 20, bvMin: 1000, bvMax: 2000, unitType: MECH, eraSlug: CLAN_INVASION, factionType: GREAT_HOUSE) {{
152152
edges {{
153153
node {{
154154
slug

0 commit comments

Comments
 (0)