command
module
Version:
v0.0.0-...-66dc614
Opens a new window with list of versions in this module.
Published: Sep 21, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.