#import "./thingy.fragment.graphql" query($slug: String!, $foo: String) { thingy(someArg: $foo) @client { ...ThingyF } }