27 open-source projects similar to ziprandom/graphql-crystal, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Graphql Crystal alternative.
A Mediator and Observer pattern event library
Framework agnostic content negotiation library
Mochi is a authentication shard inspired by devise. Mochi is designed for the Amber framework with support for both Granite & Jennifer ORM's.
Motion is a framework for building reactive, real-time frontend UI components in your Amber application using pure Crystal that are reusable, testable & encapsulated.
A vibe.d library to handle the GraphQL Protocol written in the D Programming Language
element creates a Polymer Quill Rich Text Editor using the Snow Theme. - element creates a Polymer Quill Rich Text Editor using the Bubble Theme (popup toolbar like Medium). - element creates a Polymer Quill HTML Render
The exposes the complete API of its quill instance, and is highly configurable.
Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema is defined by creating instances of core types (Schema, Field, Type, Argument...). This provides an AST which is used in both the execution and validation phases.
A graphql query language and schema definition language parser and formatter for rust
Juniper is a GraphQL server library and schema engine for Rust. It provides a toolkit for building type-safe APIs by mapping native Rust data structures to GraphQL objects, inputs, and scalars. The project functions as an execution engine that can process queries and mutations either through a network server or as a headless engine for local execution. The library is runtime-agnostic, allowing it to bridge GraphQL processing with various asynchronous Rust web frameworks. It includes a subscription framework that manages persistent WebSocket connections to push real-time data updates to client
A minimalist Crystal authorization system inspired by https://github.com/varvet/pundit.
File Attachment toolkit for Crystal applications. Heavily inspired by Shrine for Ruby.
ng-quill is an Angular.js component for Quill rich text editor.
Angular (>=2) components for the Quill Rich Text Editor
Native web components for the Quill Rich Text Editor
vue-quill-editor is a Quill rich text editor component for Vue applications. It provides an extensible WYSIWYG interface for creating and formatting rich text content within web applications. The component is designed to be SSR compatible, ensuring it functions in both client-side single page applications and server-side rendering environments to prevent hydration errors. The library supports the integration of external plugins for specialized functionality such as table creation and image resizing. It allows for the handling of editor events and the management of content through a Vue-based
A rich text editor based on Quill with custom Theme, Modules and Parchments. See Adding Quill to Your Build Pipeline for a detailed guide.
async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su
react-quill is a React component wrapper for the Quill rich text editor, providing a customizable WYSIWYG interface for creating and manipulating formatted semantic HTML content. It functions as a controlled component that manages the internal state and events of the editor within the React lifecycle. The project enables the definition of custom text formats and formatting schemas to support specialized styling or unique data structures. It features configurable toolbars and visual themes, allowing for the application of custom CSS and the specification of custom DOM elements for the editing