Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 10.0% on proxy.golang.org
Top 4.8% dependent repos on proxy.golang.org

proxy.golang.org : github.com/rigglo/gql

Package gql is a GraphQL implementation NOTE: THIS PACKAGE IS STILL UNDER DEVELOPMENT The gql package aims to fulfill a few extra features that I missed in other packages, be as efficient as possible and 100% close to the GraphQL specificaton. The idea behind the package is to achive a really easy learning curve, but still leave many option to customize everything to your benefit. Just a few features that are already built in We'll build our own pizzeria, for that we need a `Pizza` type to store the properties of the pizzas. At the beginning, we only store the name, size and if the pizza is spicy. Since we have a type, we need to build a query to be able to access to it. The root query will be the starting point of any query, fields in this type represents be all the available query fields. Let's add the root query with a "pizzas" query, which will return a list of the available pizzas. Since we need a little logic here to return the available pizzas, we'll use a resolver.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rigglo/gql
Keywords: apollo-federation, golang, gql, graphql, hacktoberfest, schema
License: MIT
Latest release: almost 3 years ago
First release: over 4 years ago
Namespace: github.com/rigglo
Dependent repositories: 1
Stars: 31 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago

    Loading...
    Readme
    Loading...