Type alias ClientSchemaByEntityTypeBaseShape
ClientSchemaByEntityTypeBaseShape: { conversations: Record<string, ClientConversation>; customTypes: Record<string, ClientCustomType<any, any>>; enums: Record<string, ClientEnum<any>>; generations: Record<string, ClientCustomOperation<any, any>>; models: Record<string, ClientModel<any, any, any, any, any>>; mutations: Record<string, ClientCustomOperation<any, any>>; queries: Record<string, ClientCustomOperation<any, any>>; subscriptions: Record<string, ClientCustomOperation<any, any>>; }