go-graphql

command module
v0.0.0-...-66dc614 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: MIT Imports: 6 Imported by: 0

README

go-graphql

Build simple GraphQL using Golang

create todo

mutation createTodo { createTodo(input: {text: "task 2", userId: "2"}){ user{ id } text done } }

find todos

query findTodos{ todos{ text done user { id name } } }

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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