v0.0.14: Introspect Remote Schemas with options (#16)
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.