Skip to content

Commit 0075439

Browse files
committed
feat: adjust method description (#55)
1 parent ad32d57 commit 0075439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/resolver/arguments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (b *FieldConfigArgumentsBuilder) WithSubscribeToAll() *FieldConfigArguments
8888
func (b *FieldConfigArgumentsBuilder) WithResourceVersion() *FieldConfigArgumentsBuilder {
8989
b.arguments[ResourceVersionArg] = &graphql.ArgumentConfig{
9090
Type: graphql.String,
91-
Description: "If set, subscription will stream changes starting from this resourceVersion. If omitted, starts from the latest.",
91+
Description: "If set, subscription will stream changes starting from this resourceVersion. If omitted will return all",
9292
}
9393
return b
9494
}

0 commit comments

Comments
 (0)