Skip to content

v0.0.14: Introspect Remote Schemas with options (#16)

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 24 Feb 18:35
· 20 commits to master since this release
b987a48
Add new `IntrospectRemoteSchemasWithOptions` function to keep the `IntrospectRemoteSchemas` function backward compatible.
The new function accepts the list of urls and the Introspect Options.

Add the Introspect Options:
* IntrospectWithMiddlewares to use custom network middlewares
* IntrospectWithHTTPClient to use a custom http client
* IntrospectWithContext to use a custom global context

Update the `IntrospectAPI` function to accept the introspect options.