Registry / serialization / nautilus-graphql

nautilus-graphql

JSON →
library0.0.27gogounverified

A Go library for building and executing GraphQL queries and schemas.

go get github.com/nautilus/graphql
INSTALL
IMPORT
SIG · NAUTILUS-GRAPHQL
N
nautilus-graphql
serializationgov0.0.27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

graphql
github.com/nautilus/graphql

Parse a GraphQL schema and execute a query.

package main import ( "fmt" "github.com/nautilus/graphql" ) func main() { schema := graphql.MustParseSchema(` schema { query: Query } type Query { hello: String! } `) result := schema.Query(`{ hello }`, nil) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.27latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nautilus-graphql — go get nautilus-graphql · libregistry