0.1.10 • Published 3 years ago

gql-ast v0.1.10

Weekly downloads
41
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

gql-ast

Super bare-bones GraphQL AST utils

npm install gql-ast
import * as t from 'gql-ast';

const ast = t.document({
  definitions: [
    t.operationDefinition({
      operation: 'mutation',
      name: mutationName,
      variableDefinitions,
      selectionSet: t.selectionSet({ selections: ... })
    })
  ]
});
0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago