Skip to main content
Version: Latest

Keyword

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

Fields

Keyword.query ● String scalar

Can contain simple keywords as well as logical expressions. Example: "earnings AND (cash OR inventory)" @exposed(scopes: ['enterprise-only'])

Keyword.scope ● SearchScope enum

Restricts search to a specific scope

Keyword.proximity ● Int scalar

This is the maximum distance between given query terms. It specifies how close together the keywords must appear to be considered a hit.