This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Commit d8fb53d
Josh Price
Fix GraphiQL template bug which assumed
Template was taken from this example, which made incorrect assumptions
about the endpoint which the GraphQL schema was mounted.
https://github.com/graphql/graphiql/blob/544b383d9966db606c21888ea4e2af30c2310119/example/index.html#L93
Also updated to the latest GraphiQL version./graphql endpoint1 parent 0183fd2 commit d8fb53d
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments