From 928ea1ee119b1c553146c84f34c02b3fdf403598 Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:30:19 +0200 Subject: [PATCH] fix(docs): some strange characters --- docs/data.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/data.md b/docs/data.md index 8ac5f0583..91d8f4a22 100644 --- a/docs/data.md +++ b/docs/data.md @@ -92,11 +92,8 @@ I.sendPostRequest('/update-status', {}, { http_x_requested_with: 'xmlhttprequest ## GraphQL [GraphQL helper](https://codecept.io/helpers/GraphQL/) allows sending GraphQL queries and mutations to application, over Http. -<<<<<<< HEAD -This is a tool to make shortcuts and create your data pragmatically via GraphQL endpoint. However, it doesn't provide tools for testing the endpoint, so it should be paired with WebDriver helper for browser testing. -======= -This is a tool to make shortcuts and create your data pragmatically via GraphQL endpoint. However, it doesn't provide tools for testing the endpoint, so it should be paired with WebDriver helpers for browser testing. ->>>>>>> 3.x + +This tool allows you to create shortcuts and manage your data pragmatically via a GraphQL endpoint. However, it does not include tools for testing the endpoint, so it should be used in conjunction with WebDriver helpers for browser testing. Enable GraphQL helper in the config. It is recommended to set `endpoint`, the URL to which the requests go to. If you need some authorization you can optionally set default headers too.