gentle

package module
v0.0.0-...-dbd926e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2021 License: MIT Imports: 0 Imported by: 0

README

🚧🚧 this is pre-alpha software 🚧🚧

Gentle

Fast, simple, type-safe, code-first GraphQL framework.

Quick Start

it's recommended to install Gentle using Go modules.

  1. go get github.com/sijad/gentle/cmd/gentc to install Gentle
  2. go run github.com/sijad/gentle/cmd/gentc init to initialize a GraphQL project
  3. Make changes to GraphQL schema at ./graph/schema/
  4. go generate graph/generate.go to generate Graph codes
  5. Run go run server.go

Credits

inspired by Nexus, PostGraphile and gqlgen

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scalar

type Scalar interface {
	UnmarshalGQL(v interface{}) error
	MarshalGQL() []byte
}

Directories

Path Synopsis
internal
Code generated for package internal by go-bindata DO NOT EDIT.
Code generated for package internal by go-bindata DO NOT EDIT.
cmd
encoding

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL