accountsForAutocomplete
Lean tenant-wide account list for the dropdown autocomplete. Returns the
full set of {label, value} options as a JSON-encoded string — bypasses
Lighthouse's per-object serialization (which is the dominant cost when a
tenant has 100K+ accounts) and lets the resolver hand off a pre-serialized
Redis-cached payload directly. The frontend hook JSON.parses the result.
accountsForAutocomplete: String!
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.


