/* tslint:disable */ /* eslint-disable */ // @generated // This file was automatically generated and should not be edited. // ==================================================== // GraphQL query operation: Markets // ==================================================== export interface Markets_markets { __typename: 'Market'; /** * Market ID */ id: string; } export interface Markets { /** * One or more instruments that are trading on the VEGA network */ markets: Markets_markets[] | null; }