This is the Linux app named GraphQL HTTP Server Middleware whose latest release can be downloaded as v0.12.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GraphQL HTTP Server Middleware with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
GraphQL HTTP Server Middleware
DESCRIPTION
Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional metadata to the GraphQL response as a key-value object is provided. The result will be added to the "extensions" field in the resulting JSON. This is often a useful place to add development time metadata such as the runtime of a query or the amount of resources consumed. This may be an async function. The function is given one object as an argument: { document, variables, operationName, result, context }.
Features
- In addition to an object defining each option, options can also be provided as a function
- Once installed at a path, express-graphql will accept requests with specific parameters
- GraphQL will first look for each parameter in the query string of a URL
- Combine with other express middleware
- The GraphQL response allows for adding additional information in a response to a GraphQL query
- GraphQL's validation phase checks the query to ensure that it can be successfully executed against the schema
Programming Language
TypeScript
This is an application that can also be fetched from https://sourceforge.net/projects/graphql-http-server.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.