imports

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package imports helps combining multiple GraphQL documents into one document using import comments.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphQLFile

type GraphQLFile struct {
	RelativePath string
	Imports      []GraphQLFile
}

func (GraphQLFile) Render

func (g GraphQLFile) Render(printFilePath bool, out io.Writer) error

type Scanner

type Scanner struct {
	// contains filtered or unexported fields
}

func (*Scanner) ScanFile

func (s *Scanner) ScanFile(inputFilePath string) (*GraphQLFile, error)

func (*Scanner) ScanRegex

func (s *Scanner) ScanRegex(filesRegex string) (*GraphQLFile, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL