We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efa1f2 commit 6507cecCopy full SHA for 6507cec
introspection.go
@@ -80,7 +80,7 @@ func IntrospectWithContext(ctx context.Context) *IntrospectOptions {
80
func IntrospectRemoteSchema(url string, opts ...*IntrospectOptions) (*RemoteSchema, error) {
81
82
// introspect the schema at the designated url
83
- schema, err := IntrospectAPI(NewSingleRequestQueryer(url))
+ schema, err := IntrospectAPI(NewSingleRequestQueryer(url), opts...)
84
if err != nil {
85
return nil, err
86
}
0 commit comments