Versions in this module Expand all Collapse all v1 v1.41.0 Jun 27, 2022 Changes in this version + type GraphQLFile struct + Imports []GraphQLFile + RelativePath string + func (g GraphQLFile) Render(printFilePath bool, out io.Writer) error + type Scanner struct + func (s *Scanner) ScanFile(inputFilePath string) (*GraphQLFile, error) + func (s *Scanner) ScanRegex(filesRegex string) (*GraphQLFile, error)