This is the Linux app named GraphQL Batch whose latest release can be downloaded as v0.5.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GraphQL Batch 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 Batch
DESCRIPTION
A query batching executor for the graphql gem. Provides an executor for the graphql gem which allows queries to be batched. Define a custom loader, which is initialized with arguments that are used for grouping and a perform method for performing the batch load. Use GraphQL::Batch as a plugin in your schema after specifying the mutation so that GraphQL::Batch can extend the mutation fields to clear the cache after they are resolved. The loader class can be used from the resolver for a graphql field by calling .for with the grouping arguments to get a loader instance, then call .load on that instance with the key to load. Although this library doesn't have a dependency on active record, the examples directory has record and association loaders for active record which handles edge cases like type-casting ids. GraphQL::Batch::Loader#load returns a Promise using the promise.rb gem to provide a promise-based API, so you can transform the query results using .then.
Features
- Schema Configuration
- The loader also supports batch loading an array of records
- Unit Testing
- Provides an executor for the graphql gem
- Allows queries to be batched
- Your loaders can be tested outside of a GraphQL query
Programming Language
Ruby
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/graphql-batch.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.