Skip to content

Commit

Permalink
update hasura metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso committed Jan 13, 2025
1 parent a2d0d16 commit ab7f30a
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion hasura-api/metadata-json/unified.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resource_version": 38,
"resource_version": 9999,
"metadata": {
"version": 3,
"sources": [
Expand Down Expand Up @@ -2327,6 +2327,9 @@
"columns": [
"block_height",
"entry_function_id_str",
"entry_function_contract_address",
"entry_function_module_name",
"entry_function_function_name",
"epoch",
"expiration_timestamp_secs",
"gas_unit_price",
Expand Down Expand Up @@ -2359,6 +2362,43 @@
}
}
],
"query_collections": [
{
"name": "allowed-queries",
"definition": {
"queries": [
{
"name": "processor_status_for_probe",
"query": "query MyQuery {\n processor_status {\n last_success_version\n processor\n last_transaction_timestamp\n }\n}"
}
]
}
}
],
"allowlist": [
{
"collection": "allowed-queries",
"scope": {
"global": true
}
}
],
"rest_endpoints": [
{
"comment": "Only for use by the Cloud Run probes.",
"definition": {
"query": {
"collection_name": "allowed-queries",
"query_name": "processor_status_for_probe"
}
},
"methods": [
"GET"
],
"name": "processor_status_for_probe",
"url": "processor_status_for_probe"
}
],
"api_limits": {
"depth_limit": {
"global": 5,
Expand Down

0 comments on commit ab7f30a

Please sign in to comment.