We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d5ec6 + c216f51 commit a59e9aaCopy full SHA for a59e9aa
src/index.ts
@@ -25,6 +25,7 @@ export const plugin: PluginFunction<RawSWRPluginConfig> = (
25
const allAst = concatAST(documents.map((v) => v.document))
26
27
const allFragments: LoadedFragment[] = [
28
+ // prettier-ignore
29
...(allAst.definitions.filter(
30
(d) => d.kind === Kind.FRAGMENT_DEFINITION
31
) as FragmentDefinitionNode[]).map((fragmentDef) => ({
0 commit comments