Skip to content

yoshuawuyts/graphql-tokenizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-tokenizer stability

npm version build status downloads js-standard-style

Tokenize a graphql schema.

Usage

var schema = `
  type Film {
    title: String
  }

  type Query {
    # Fetch the film by id
    film(id: Int): Film
  }
`

  var res = tokenize(Buffer.from(schema))

API

token = tokenize(string)

Tokenize a graphQL string.

See Also

License

MIT

About

Tokenize a graphql schema

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published