Saturday 13 February 2016

GraphQL Documentation Checker - Find missing descriptions in your schema

http://ift.tt/1QykBmf find any missing documentation in your GraphQL API using introspection. Performs inspections remotely, without any need to access code.I recently began learning and using GraphQL and have been loving it, especially the way that it's self-documenting. However I found myself forgetting to fill out description fields here and there. So to combat this I've written graphql-doc-check. It will query your GraphQL API and let you know of any missing "documentation" (currently just descriptions).I'm always open to collaborators so if you'd like to help out that'd be great :)

Submitted February 13, 2016 at 12:22PM by JordanCallumA

No comments:

Post a Comment