Categorygithub.com/packtpublishing/hands-on-networking-with-go-programmingchapter_3_applicationsgraphqlschema
# Packages
No description provided by the author
# Functions
NewCompanyLoader creates a new CompanyLoader given a fetch, wait, and maxBatch.
NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
NewResolver creates the new GraphQL resolver, with the relevant REST and gRPC clients which provide access to data.
WithCompanyDataloaderMiddleware populates the Data Loader middleware for loading company data.
# Structs
No description provided by the author
No description provided by the author
CompanyLoader batches and caches requests.
CompanyLoaderConfig captures the config to create a new CompanyLoader.
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
No description provided by the author
A Resolver resolves GraphQL requests: both Mutations and Queries.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author