0..56 @14 ObjectTypeDefinition {
    description: None,
    name: "Query",
    implements_interfaces: [],
    directives: [],
    fields: [
        15..54 @14 FieldDefinition {
            description: None,
            name: "name",
            arguments: [
                20..45 @14 InputValueDefinition {
                    description: None,
                    name: "arg",
                    ty: 25..45 @14 Named(
                        "WithAllKindsOfFloats",
                    ),
                    default_value: None,
                    directives: [],
                },
            ],
            ty: Named(
                "String",
            ),
            directives: [],
        },
    ],
}
58..271 @14 InputObjectTypeDefinition {
    description: None,
    name: "WithAllKindsOfFloats",
    directives: [],
    fields: [
        89..117 @14 InputValueDefinition {
            description: None,
            name: "a_regular_float",
            ty: 106..111 @14 Named(
                "Float",
            ),
            default_value: Some(
                114..117 @14 Float(
                    1.2,
                ),
            ),
            directives: [],
        },
        120..150 @14 InputValueDefinition {
            description: None,
            name: "an_integer_float",
            ty: 138..143 @14 Named(
                "Float",
            ),
            default_value: Some(
                146..150 @14 Int(
                    1234,
                ),
            ),
            directives: [],
        },
        153..203 @14 InputValueDefinition {
            description: None,
            name: "a_float_that_doesnt_fit_an_int",
            ty: 185..190 @14 Named(
                "Float",
            ),
            default_value: Some(
                193..203 @14 Int(
                    9876543210,
                ),
            ),
            directives: [],
        },
        206..269 @14 InputValueDefinition {
            description: None,
            name: "list_of_floats",
            ty: 222..229 @14 List(
                Named(
                    "Float",
                ),
            ),
            default_value: Some(
                232..269 @14 List(
                    [
                        233..234 @14 Int(
                            4,
                        ),
                        236..246 @14 Int(
                            9876543210,
                        ),
                        248..268 @14 Int(
                            98765432109876543210,
                        ),
                    ],
                ),
            ),
            directives: [],
        },
    ],
}

