[
    UniqueField(
        UniqueField {
            field: "x",
            src: "type Query {\n  website: URL,\n  amount: Int\n}\n\nscalar URL @specifiedBy(url: \"https://tools.ietf.org/html/rfc3986\")\n\ninput Point2D {\n  x: Float\n  x: Float\n}",
            original_field: SourceSpan {
                offset: SourceOffset(
                    133,
                ),
                length: SourceOffset(
                    11,
                ),
            },
            redefined_field: SourceSpan {
                offset: SourceOffset(
                    144,
                ),
                length: SourceOffset(
                    9,
                ),
            },
            help: Some(
                "x field must only be defined once in this input object definition.",
            ),
        },
    ),
]
