New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/lestrrat/go-graphql

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/lestrrat/go-graphql

  • v0.0.0-20170127130741-9d63180b3ae5
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-graphql

GraphQL for Go

Build Status

GoDoc

MOTIVATION

STATUS

  • Can parse queries
  • Can parse schemas
  • Can format queries/schemas
  • Can create queries/schemas programatically, via raw models or DSL
  • Can traverse queries/schemas using visitor
  • TODO: validation
  • TODO: actual dispatching

BENCHMARK

% make bench 
go test -tags bench -benchmem -benchtime=5s -bench .
BenchmarkParseOfficial-4      200000         45166 ns/op       18344 B/op        516 allocs/op
BenchmarkParseLestrrat-4      200000         43567 ns/op        7554 B/op        255 allocs/op
BenchmarkParseNeelance-4      200000         37186 ns/op       12379 B/op        291 allocs/op
PASS
ok      github.com/lestrrat/go-graphql  26.462s

FAQs

Package last updated on 27 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc