This is the Linux app named OpenAPI-to-GraphQL whose latest release can be downloaded as OpenAPI-to-GraphQLv2.6.3.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named OpenAPI-to-GraphQL 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
OpenAPI-to-GraphQL
DESCRIPTION
Translate APIs described by OpenAPI Specifications (OAS) into GraphQL. The Command Line Interface (CLI) provides a convenient way to start a GraphQL server wrapping an API for a given OpenAPI Specification. Use OpenAPI-to-GraphQL as a library in your application to generate GraphQL schemas. The GraphQL interface is created around the data definitions in the given OAS, not around the endpoints, leading to a natural use of GraphQL. Nested data Links defined in the OAS are used to create nested data structures, allowing for (deeply) nested queries. Automatic query resolution Automatically generated resolvers translate (nested) GraphQL queries to API requests. Request results are translated back to GraphQL responses. Mutations Non-safe, non-idempotent API operations (e.g., POST, PUT, DELETE) are translated to GraphQL mutations. Input payload is type-checked. GraphQL subscriptions allow clients to receive a stream of events, such as updates whenever data changes on the GraphQL server.
Features
- Use OpenAPI-to-GraphQL as a library in your application to generate GraphQL schemas
- Install OpenAPI-to-GraphQL as a dependency
- Require OpenAPI-to-GraphQL and use the createGraphQLSchema function
- OpenAPI-to-GraphQL currently supports authentication via API Key and basic auth
- API Sanitation
- Custom request options
- Swagger and OpenAPI 3 support
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/openapi-to-graphql.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.