Function generateRemoteSchema
- generateRemoteSchema(options): {
config: {
api: {
bodyParser: boolean;
};
};
default: ((req: any, res: any) => Promise<void>);
} Returns {
config: {
api: {
bodyParser: boolean;
};
};
default: ((req: any, res: any) => Promise<void>);
}
config: {
api: {
bodyParser: boolean;
};
}
api: {
bodyParser: boolean;
}
default: ((req: any, res: any) => Promise<void>)
- (req, res): Promise<void>
Returns Promise<void>