We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cb67e commit ef1b6aaCopy full SHA for ef1b6aa
1 file changed
docs/faq.md
@@ -20,6 +20,10 @@ Tell genqlient how to handle your custom scalars with the [`bindings` option](sc
20
21
Yes, but you'll need to use a separate tool ([example](schema.md#fetching-your-schema)).
22
23
+### My generated file is huge because my interface has many implementations
24
+
25
+Set [`omit_unreferenced_implementations`](genqlient.yaml) in `genqlient.yaml`. See [operations.md](operations.md#graphql-interfaces).
26
27
## Why?
28
29
### Why use genqlient?
0 commit comments