From 36796cf1c5095007b33bb6eafc3ae9251eeac520 Mon Sep 17 00:00:00 2001 From: jinoosss <112360739+jinoosss@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:11:08 +0900 Subject: [PATCH] fix: Fix naming conventions Co-authored-by: Antonio Navarro Perez --- serve/graph/schema/types/transaction.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serve/graph/schema/types/transaction.graphql b/serve/graph/schema/types/transaction.graphql index 4280989c..7dc2f291 100644 --- a/serve/graph/schema/types/transaction.graphql +++ b/serve/graph/schema/types/transaction.graphql @@ -244,12 +244,12 @@ type MemFile { """ the name of the source file. """ - Name: String! + name: String! """ the content of the source file. """ - Body: String! + body: String! } type TxFee {