package
0.12.1
Repository: https://github.com/newrelic/tutone.git
Documentation: pkg.go.dev

# Functions

ExpandTypes receives a set of config.TypeConfig, which is then expanded to include all the nested types from the fields.
Load takes a file and unmarshals the JSON into a Schema struct.
NewExpander is to return a sane Expander.
No description provided by the author
PrefixLineTab adds a \t character to the beginning of each line.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QuerySchema gets basic info about the schema.
QuerySchemaTypes is used to fetch all of the data types in the schema.
QueryType returns all of the data on that specific type, useful for fetching queries / mutations.

# Structs

No description provided by the author
Expander is mean to hold the state while the schema is being expanded.
Field is an attribute of a schema Type object.
QueryArg is the key value pair for an nerdgraph query argument on an endpoint.
No description provided by the author
Helper function to make queries, lives here with the constant query.
Schema contains data about the GraphQL schema as returned by the server.
Type defines a specific type within the schema.
TypeRef is a GraphQL reference to a Type.

# Type aliases

No description provided by the author