Ok(TestParsedGraphQLQuery( schema_name: "numbers", query: Query( root_connection: FieldConnection( position: Pos( line: 3, column: 5, ), name: "Number", arguments: { "max": Int64(10), }, ), root_field: FieldNode( position: Pos( line: 3, column: 5, ), name: "Number", coerced_to: Some("Prime"), connections: [ (FieldConnection( position: Pos( line: 5, column: 13, ), name: "value", ), FieldNode( position: Pos( line: 5, column: 13, ), name: "value", output: [ OutputDirective(), ], )), ], ), ), ))