You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/pkg/engine/resolve/resolve.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,8 @@ type ResolverOptions struct {
139
139
ResolvableOptionsResolvableOptions
140
140
// AllowedCustomSubgraphErrorFields defines which fields are allowed in the subgraph error when in passthrough mode
141
141
AllowedSubgraphErrorFields []string
142
-
// SubHeartbeatInterval defines the interval in which a heartbeat is sent to all subscriptions (whether or not this does anything is determined by the subscription response writer)
143
-
SubHeartbeatInterval time.Duration
142
+
// SubscriptionHeartbeatInterval defines the interval in which a heartbeat is sent to all subscriptions (whether or not this does anything is determined by the subscription response writer)
143
+
SubscriptionHeartbeatInterval time.Duration
144
144
// MaxSubscriptionFetchTimeout defines the maximum time a subscription fetch can take before it is considered timed out
145
145
MaxSubscriptionFetchTimeout time.Duration
146
146
// ApolloRouterCompatibilitySubrequestHTTPError is a compatibility flag for Apollo Router, it is used to handle HTTP errors in subrequests differently
0 commit comments