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 {