Skip to main content
Version: Latest

KeywordFilterOutput

description

Output types for resolved search filters

type KeywordFilterOutput {
query: String
proximity: Int
scope: SearchScope
}

Fields

KeywordFilterOutput.query ● String scalar graph-ql-types

Search query that was applied

KeywordFilterOutput.proximity ● Int scalar graph-ql-types

Proximity value that was applied

KeywordFilterOutput.scope ● SearchScope enum graph-ql-types

Search scope that was applied

Member Of

SearchFilterOutput object