Skip to content

Commit 0ad59d5

Browse files
committed
Update initQuery
1 parent bdd88f6 commit 0ad59d5

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

src/initQuery.ts

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,10 @@ export default `# Welcome to FakerQL!
99
#
1010
# No queries/mutations are logged.
1111
#
12-
# GraphQL endpoint is https://fakerql.com/graphql
12+
# GraphQL endpoint is ${window.location.origin}/graphql
1313
#
14-
# This application is available opensource
15-
# on GitHub: https://github.com/notrab/fakerql
14+
# This application is a fork of the opensource fakerql project
15+
# https://github.com/notrab/fakerql
1616
#
17-
# An example query might look like:
1817
#
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-
`;
18+
`

0 commit comments

Comments
 (0)