2021-01-17 12:54:49 -08:00
|
|
|
query getAutoCompleteResults($input: AutoCompleteInput!) {
|
|
|
|
autoComplete(input: $input) {
|
|
|
|
query
|
|
|
|
suggestions
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
query getSearchResults($input: SearchInput!) {
|
|
|
|
search(input: $input) {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
2021-02-09 14:30:23 -08:00
|
|
|
entities {
|
|
|
|
urn
|
|
|
|
type
|
2021-01-17 12:54:49 -08:00
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
uri
|
|
|
|
platformNativeType
|
|
|
|
tags
|
|
|
|
properties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-02-09 14:30:23 -08:00
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
2021-02-09 14:30:23 -08:00
|
|
|
type
|
2021-01-17 12:54:49 -08:00
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
2021-02-09 14:30:23 -08:00
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
... on CorpUser {
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
2021-02-09 14:30:23 -08:00
|
|
|
fullName
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
facets {
|
|
|
|
field
|
|
|
|
aggregations {
|
|
|
|
value
|
|
|
|
count
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|