23 lines
504 B
TypeScript

/* tslint:disable */
/* eslint-disable */
// @generated
// This file was automatically generated and should not be edited.
// ====================================================
// GraphQL query operation: GetBroker
// ====================================================
export interface GetBroker_agent {
__typename: "account";
label: string | null;
value: any | null;
}
export interface GetBroker {
agent: GetBroker_agent | null;
}
export interface GetBrokerVariables {
agentid: any;
}