Skip to content

Commit 37af1b2

Browse files
authored
fix(docs): some strange characters (#4387)
1 parent 1040494 commit 37af1b2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/data.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ I.sendPostRequest('/update-status', {}, { http_x_requested_with: 'xmlhttprequest
9292
## GraphQL
9393

9494
[GraphQL helper](https://codecept.io/helpers/GraphQL/) allows sending GraphQL queries and mutations to application, over Http.
95-
<<<<<<< HEAD
96-
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.
97-
=======
98-
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.
99-
>>>>>>> 3.x
95+
96+
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.
10097

10198
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.
10299

0 commit comments

Comments
 (0)