From befce3b50e5ce165c415f17f8c7b1cf0ba73a212 Mon Sep 17 00:00:00 2001 From: Andreas Sonnleitner <56999154+asonnleitner@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:05:11 +0100 Subject: [PATCH] fix(docs): correct typo in file upload setting name (#44) --- docs/composables/useGraphqlUploadMutation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/composables/useGraphqlUploadMutation.md b/docs/composables/useGraphqlUploadMutation.md index df05022..5058f19 100644 --- a/docs/composables/useGraphqlUploadMutation.md +++ b/docs/composables/useGraphqlUploadMutation.md @@ -1,6 +1,6 @@ # useGraphqlUploadMutation -This composable is only available when setting `enabledFileUploads` to `true` in +This composable is only available when setting `enableFileUploads` to `true` in the module's configuration. It allows to upload files inside a mutation. The implementation follows the [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec),