juniper-from-schema

Schema first GraphQL in Rust with Juniper (by davidpdrsn)

Juniper-from-schema Alternatives

Similar projects and alternatives to juniper-from-schema

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better juniper-from-schema alternative or higher similarity.

juniper-from-schema reviews and mentions

Posts with mentions or reviews of juniper-from-schema. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-07.
  • Exograph: build GraphQL backends in minutes with a Rust-powered runtime
    1 project | /r/rust | 22 Jun 2023
    For my part, I look at something like https://netflix.github.io/dgs/, and look to a project like https://github.com/davidpdrsn/juniper-from-schema and juniper itself (which has async support) as being more of a flexible building block for Rust projects that need GraphQL.
  • Derive away from struct definition
    1 project | /r/rust | 15 Apr 2021
    Hello! I'm running into an issue with derives. I'm using juniper-from-schema for a web server, which generates lots of Rust types based on a GraphQL schema file. Trouble is, since the types are generated via macro, I can't apply any derives to the type declaration sites. This is really annoying because I need to implement things like Clone on my types. I've done some googling on this and can't find any way to declare derives away from the type declaration -- is this possible or is it a limitation of the macro system? Is this only possible via some changes to the library to support derive declarations?
  • Svelte with Rust and a GraphQL REST API Wrapper
    3 projects | dev.to | 7 Feb 2021
    There are different ways of creating the GraphQL schema. Either schema first, where you directly define the schema or code first, where your schema is generated based on the code that you have written. Juniper uses the code first schema approach, but there is an alternative schema-to-juniper generator.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic juniper-from-schema repo stats
3
227
0.0
over 2 years ago

davidpdrsn/juniper-from-schema is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of juniper-from-schema is Rust.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com