We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd88f6 commit 0ad59d5Copy full SHA for 0ad59d5
src/initQuery.ts
@@ -9,27 +9,10 @@ export default `# Welcome to FakerQL!
9
#
10
# No queries/mutations are logged.
11
12
-# GraphQL endpoint is https://fakerql.com/graphql
+# GraphQL endpoint is ${window.location.origin}/graphql
13
14
-# This application is available opensource
15
-# on GitHub: https://github.com/notrab/fakerql
+# This application is a fork of the opensource fakerql project
+# https://github.com/notrab/fakerql
16
17
-# An example query might look like:
18
19
-# {
20
-# allProducts(count: 5) {
21
-# id
22
-# name
23
-# price
24
-# }
25
26
-#
27
-# An example mutation might look like:
28
29
30
-# register(email: "[email protected]", password: "F4K3rqL!") {
31
-# token
32
33
34
35
-`;
+`
0 commit comments