[
    UndefinedDefinition(
        UndefinedDefinition {
            ty: "undefinedVariable",
            src: "query ExampleQuery {\n  topProducts(first: $undefinedVariable) {\n    name\n  }\n}\n\ntype Query {\n  topProducts(first: Int): Product,\n}\n\ntype Product {\n  name: String\n}",
            definition: SourceSpan {
                offset: SourceOffset(
                    42,
                ),
                length: SourceOffset(
                    18,
                ),
            },
        },
    ),
]
