@graphql-tools/documents@1.0.1
// Utilities for GraphQL documents.
$ npm install @graphql-tools/documents
downloads/wk
5,791,033
license
MIT
version
1.0.1
published
May 27, 2024
What is @graphql-tools/documents?
@graphql-tools/documents provides utility functions for working with GraphQL document files and ASTs. Developers use it to parse, validate, manipulate, and transform GraphQL query and mutation documents as part of build tools, code generators, or GraphQL tooling. It's useful when you need programmatic access to GraphQL document structure beyond what standard parsing provides.
Links
Dependencies (2)
Maintainers
dotansimha, urigo, ardatan, enisdenjo, theguild-bot