From fc53639b6daa4422f7fbc77b87f3589043859255 Mon Sep 17 00:00:00 2001 From: Jiao Feng Date: Wed, 28 Sep 2022 15:34:00 +0800 Subject: [PATCH] Fixed a typo in the comment Fixed a typo in the comment --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 6b10e59b..3fc1db08 100644 --- a/schema.graphql +++ b/schema.graphql @@ -3,7 +3,7 @@ type Factory @entity { id: ID! # amount of pools created poolCount: BigInt! - # amoutn of transactions all time + # amount of transactions all time txCount: BigInt! # total volume all time in derived USD totalVolumeUSD: BigDecimal!