query_root
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
Fields
[apps!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[apps_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[apps_order_by!]
|
sort the rows by one or more columns |
where |
apps_bool_exp
|
filter the rows returned |
apps_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[apps_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[apps_order_by!]
|
sort the rows by one or more columns |
where |
apps_bool_exp
|
filter the rows returned |
[atomic_data!]!
)
fetch data from the table: "atomic.data"
Argument | Type | Description |
---|---|---|
distinct_on |
[atomic_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[atomic_data_order_by!]
|
sort the rows by one or more columns |
where |
atomic_data_bool_exp
|
filter the rows returned |
atomic_data_aggregate!
)
fetch aggregated fields from the table: "atomic.data"
Argument | Type | Description |
---|---|---|
distinct_on |
[atomic_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[atomic_data_order_by!]
|
sort the rows by one or more columns |
where |
atomic_data_bool_exp
|
filter the rows returned |
[audit_logged_actions!]!
)
fetch data from the table: "audit.logged_actions"
Argument | Type | Description |
---|---|---|
distinct_on |
[audit_logged_actions_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[audit_logged_actions_order_by!]
|
sort the rows by one or more columns |
where |
audit_logged_actions_bool_exp
|
filter the rows returned |
audit_logged_actions_aggregate!
)
fetch aggregated fields from the table: "audit.logged_actions"
Argument | Type | Description |
---|---|---|
distinct_on |
[audit_logged_actions_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[audit_logged_actions_order_by!]
|
sort the rows by one or more columns |
where |
audit_logged_actions_bool_exp
|
filter the rows returned |
audit_logged_actions
)
fetch data from the table: "audit.logged_actions" using primary key columns
Argument | Type | Description |
---|---|---|
action_tstamp_stm |
timestamptz!
|
|
event_id |
bigint!
|
SSMLResult
)
ChitchatResponse
)
ClassificationResult
)
RelationResult
)
ComposeResult
)
Execute composition pipeline
Argument | Type | Description |
---|---|---|
init |
JSON
|
|
pipeline |
[InputPipe]!
|
MatchIntentOutput
)
SentenceSimilarityScores
)
NLUResult
)
Document processing
Argument | Type | Description |
---|---|---|
input |
String!
|
Text to perform NLU tasks on |
Result
)
Paraphrase
)
Perform sentence paraphrasing
Argument | Type | Description |
---|---|---|
input |
String
|
ACEResult
)
Parse ACE sentence
Argument | Type | Description |
---|---|---|
input |
String!
|
|
type |
ACEOutputType
|
ContextResult
)
Parse frame semantics for a list of dialog turns
Argument | Type | Description |
---|---|---|
history |
[Turn!]
|
List of possible turns |
RelationResult
)
QA_Result
)
CorefResult
)
Coreference resolution
Argument | Type | Description |
---|---|---|
input |
String!
|
Text to perform coreference resolution on |
[SentimentAnalysisResult]
)
Sentiment analisys
Argument | Type | Description |
---|---|---|
input |
String!
|
Text to perform sentiment analysis on |
ServiceInfo
)
Argument | Type | Description |
---|---|---|
service |
ServiceName
|
STTResult!
)
TTSResult
)
[conceptnet_data!]!
)
fetch data from the table: "conceptnet.data"
Argument | Type | Description |
---|---|---|
distinct_on |
[conceptnet_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conceptnet_data_order_by!]
|
sort the rows by one or more columns |
where |
conceptnet_data_bool_exp
|
filter the rows returned |
conceptnet_data_aggregate!
)
fetch aggregated fields from the table: "conceptnet.data"
Argument | Type | Description |
---|---|---|
distinct_on |
[conceptnet_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conceptnet_data_order_by!]
|
sort the rows by one or more columns |
where |
conceptnet_data_bool_exp
|
filter the rows returned |
[conceptnet_data!]!
)
execute function "conceptnet.search_relations" which returns "conceptnet.data"
Argument | Type | Description |
---|---|---|
args |
conceptnet_search_relations_args!
|
input parameters for function "conceptnet.search_relations" |
distinct_on |
[conceptnet_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conceptnet_data_order_by!]
|
sort the rows by one or more columns |
where |
conceptnet_data_bool_exp
|
filter the rows returned |
conceptnet_data_aggregate!
)
execute function "conceptnet.search_relations" and query aggregates on result of table type "conceptnet.data"
Argument | Type | Description |
---|---|---|
args |
conceptnet_search_relations_args!
|
input parameters for function "conceptnet.search_relations" |
distinct_on |
[conceptnet_data_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conceptnet_data_order_by!]
|
sort the rows by one or more columns |
where |
conceptnet_data_bool_exp
|
filter the rows returned |
[conversations!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[conversations_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conversations_order_by!]
|
sort the rows by one or more columns |
where |
conversations_bool_exp
|
filter the rows returned |
conversations_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[conversations_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[conversations_order_by!]
|
sort the rows by one or more columns |
where |
conversations_bool_exp
|
filter the rows returned |
NlpDoc
)
[developers!]!
)
fetch data from the table: "developers"
Argument | Type | Description |
---|---|---|
distinct_on |
[developers_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[developers_order_by!]
|
sort the rows by one or more columns |
where |
developers_bool_exp
|
filter the rows returned |
developers_aggregate!
)
fetch aggregated fields from the table: "developers"
Argument | Type | Description |
---|---|---|
distinct_on |
[developers_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[developers_order_by!]
|
sort the rows by one or more columns |
where |
developers_bool_exp
|
filter the rows returned |
[end_user_conversations!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[end_user_conversations_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[end_user_conversations_order_by!]
|
sort the rows by one or more columns |
where |
end_user_conversations_bool_exp
|
filter the rows returned |
end_user_conversations_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[end_user_conversations_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[end_user_conversations_order_by!]
|
sort the rows by one or more columns |
where |
end_user_conversations_bool_exp
|
filter the rows returned |
end_user_conversations
)
[end_users!]!
)
fetch data from the table: "end_users"
Argument | Type | Description |
---|---|---|
distinct_on |
[end_users_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[end_users_order_by!]
|
sort the rows by one or more columns |
where |
end_users_bool_exp
|
filter the rows returned |
end_users_aggregate!
)
fetch aggregated fields from the table: "end_users"
Argument | Type | Description |
---|---|---|
distinct_on |
[end_users_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[end_users_order_by!]
|
sort the rows by one or more columns |
where |
end_users_bool_exp
|
filter the rows returned |
[events!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[events_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[events_order_by!]
|
sort the rows by one or more columns |
where |
events_bool_exp
|
filter the rows returned |
events_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[events_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[events_order_by!]
|
sort the rows by one or more columns |
where |
events_bool_exp
|
filter the rows returned |
[history!]!
)
fetch data from the table: "history"
Argument | Type | Description |
---|---|---|
distinct_on |
[history_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[history_order_by!]
|
sort the rows by one or more columns |
where |
history_bool_exp
|
filter the rows returned |
history_aggregate!
)
fetch aggregated fields from the table: "history"
Argument | Type | Description |
---|---|---|
distinct_on |
[history_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[history_order_by!]
|
sort the rows by one or more columns |
where |
history_bool_exp
|
filter the rows returned |
[kv_scope_enum!]!
)
fetch data from the table: "kv_scope_enum"
Argument | Type | Description |
---|---|---|
distinct_on |
[kv_scope_enum_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[kv_scope_enum_order_by!]
|
sort the rows by one or more columns |
where |
kv_scope_enum_bool_exp
|
filter the rows returned |
kv_scope_enum_aggregate!
)
fetch aggregated fields from the table: "kv_scope_enum"
Argument | Type | Description |
---|---|---|
distinct_on |
[kv_scope_enum_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[kv_scope_enum_order_by!]
|
sort the rows by one or more columns |
where |
kv_scope_enum_bool_exp
|
filter the rows returned |
kv_scope_enum
)
fetch data from the table: "kv_scope_enum" using primary key columns
Argument | Type | Description |
---|---|---|
value |
String!
|
[kv_store!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[kv_store_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[kv_store_order_by!]
|
sort the rows by one or more columns |
where |
kv_store_bool_exp
|
filter the rows returned |
kv_store_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[kv_store_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[kv_store_order_by!]
|
sort the rows by one or more columns |
where |
kv_store_bool_exp
|
filter the rows returned |
kv_store
)
[last_utterance!]!
)
fetch data from the table: "last_utterance"
Argument | Type | Description |
---|---|---|
distinct_on |
[last_utterance_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[last_utterance_order_by!]
|
sort the rows by one or more columns |
where |
last_utterance_bool_exp
|
filter the rows returned |
last_utterance_aggregate!
)
fetch aggregated fields from the table: "last_utterance"
Argument | Type | Description |
---|---|---|
distinct_on |
[last_utterance_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[last_utterance_order_by!]
|
sort the rows by one or more columns |
where |
last_utterance_bool_exp
|
filter the rows returned |
[developers!]!
)
execute function "me" which returns "developers"
Argument | Type | Description |
---|---|---|
distinct_on |
[developers_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[developers_order_by!]
|
sort the rows by one or more columns |
where |
developers_bool_exp
|
filter the rows returned |
developers_aggregate!
)
execute function "me" and query aggregates on result of table type "developers"
Argument | Type | Description |
---|---|---|
distinct_on |
[developers_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[developers_order_by!]
|
sort the rows by one or more columns |
where |
developers_bool_exp
|
filter the rows returned |
[objects!]!
)
fetch data from the table: "objects"
Argument | Type | Description |
---|---|---|
distinct_on |
[objects_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[objects_order_by!]
|
sort the rows by one or more columns |
where |
objects_bool_exp
|
filter the rows returned |
objects_aggregate!
)
fetch aggregated fields from the table: "objects"
Argument | Type | Description |
---|---|---|
distinct_on |
[objects_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[objects_order_by!]
|
sort the rows by one or more columns |
where |
objects_bool_exp
|
filter the rows returned |
objects
)
fetch data from the table: "objects" using primary key columns
Argument | Type | Description |
---|---|---|
object_id |
Int!
|
[speaker_type_enum!]!
)
fetch data from the table: "speaker_type_enum"
Argument | Type | Description |
---|---|---|
distinct_on |
[speaker_type_enum_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[speaker_type_enum_order_by!]
|
sort the rows by one or more columns |
where |
speaker_type_enum_bool_exp
|
filter the rows returned |
speaker_type_enum_aggregate!
)
fetch aggregated fields from the table: "speaker_type_enum"
Argument | Type | Description |
---|---|---|
distinct_on |
[speaker_type_enum_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[speaker_type_enum_order_by!]
|
sort the rows by one or more columns |
where |
speaker_type_enum_bool_exp
|
filter the rows returned |
speaker_type_enum
)
fetch data from the table: "speaker_type_enum" using primary key columns
Argument | Type | Description |
---|---|---|
value |
String!
|
[utterances!]!
)
An array relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[utterances_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[utterances_order_by!]
|
sort the rows by one or more columns |
where |
utterances_bool_exp
|
filter the rows returned |
utterances_aggregate!
)
An aggregate relationship
Argument | Type | Description |
---|---|---|
distinct_on |
[utterances_select_column!]
|
distinct select on columns |
limit |
Int
|
limit the number of rows returned |
offset |
Int
|
skip the first n rows. Use only with order_by |
order_by |
[utterances_order_by!]
|
sort the rows by one or more columns |
where |
utterances_bool_exp
|
filter the rows returned |