krebznet/genesis-stream-search
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# query schema for seacrh api
query {
search {
id
timestamp
name
vars {
id
value {
... on FloatType {
floatValue
}
... on IntegerType {
integerValue
}
... on StringType {
stringValue
}
... on BoolType {
boolValue
}
}
}
}
}