From 4ef8609057b00f595a9d0ec465c8bb156393b79f Mon Sep 17 00:00:00 2001 From: l4u532 <88317742+l4u532@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:58:22 +0100 Subject: [PATCH] update descriptions in AreaEdit.gql --- src/graphql/schema/AreaEdit.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/schema/AreaEdit.gql b/src/graphql/schema/AreaEdit.gql index 2c7ac70..f1eed8a 100644 --- a/src/graphql/schema/AreaEdit.gql +++ b/src/graphql/schema/AreaEdit.gql @@ -29,7 +29,7 @@ type Mutation { You can start at any point in the tree given a valid parent area with its uuid. If starting at the root level, the `countryCode` must be provided. """ - bulkImportAreas(input: BulkImportInput): [BulkImportResult] + bulkImportAreas(input: BulkImportInput): BulkImportResult } input DestinationFlagInput {