Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/react-server / dist / middleware / graphql.d.ts
Size: Mime:
/**
 * @todo
 *
 * @see https://stackoverflow.com/questions/15601703/difference-between-app-use-and-app-get-in-express-js
 */
declare function runGraphqlServer(app: any): Promise<any>;
export { runGraphqlServer };