Skip to content

Commit

Permalink
update descriptions in AreaEdit.gql
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u532 committed Feb 12, 2024
1 parent f71d92a commit 4ef8609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/schema/AreaEdit.gql
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4ef8609

Please sign in to comment.