updatePostCode

@SchemaMapping(field = "updatePostCode", typeName = "Mutation")
fun updatePostCode(@Argument id: UUID, @Argument postCode: PostCodeInputDto): PostCodeDto