code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestMarkets_ProposalTerms (about)

     1  {
     2  	"TestName": "TestMarkets_ProposalTerms",
     3  	"Query": "{ marketsConnection{ edges { node { id, proposal{ id, terms{ closingDatetime, enactmentDatetime } } } } } }",
     4  	"Result": {
     5  		"marketsConnection": {
     6  			"edges": [
     7  				{
     8  					"node": {
     9  						"id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32",
    10  						"proposal": {
    11  							"id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32",
    12  							"terms": {
    13  								"closingDatetime": "2023-03-10T10:27:44Z",
    14  								"enactmentDatetime": "2023-03-10T10:27:46Z"
    15  							}
    16  						}
    17  					}
    18  				},
    19  				{
    20  					"node": {
    21  						"id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711",
    22  						"proposal": {
    23  							"id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711",
    24  							"terms": {
    25  								"closingDatetime": "2023-03-10T10:24:15Z",
    26  								"enactmentDatetime": "2023-03-10T10:24:17Z"
    27  							}
    28  						}
    29  					}
    30  				},
    31  				{
    32  					"node": {
    33  						"id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd",
    34  						"proposal": {
    35  							"id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd",
    36  							"terms": {
    37  								"closingDatetime": "2023-03-10T10:23:28Z",
    38  								"enactmentDatetime": "2023-03-10T10:23:30Z"
    39  							}
    40  						}
    41  					}
    42  				}
    43  			]
    44  		}
    45  	},
    46  	"Duration": 3600375
    47  }