@@ -7,20 +7,23 @@ github: networkimprov/brangr
7
7
8
8
** Brangr - * Br* owse * An* y * Gr* aph**
9
9
10
- - Brangr is a simple, unique tool that any web server can host
10
+ - Brangr is a simple, unique tool that any web server can host
11
11
to provide a user-friendly browser/viewer for any GraphQL service (or many).
12
12
13
- - Brangr formats GraphQL results attractively, via a selection of user-configurable layouts.
13
+ - Brangr formats GraphQL results attractively, via a selection of
14
+ user-configurable layouts.
14
15
It lets users extract the generated HTML, and its source JSON.
15
16
It provides a clever schema browser.
16
17
It has built-in docs.
17
18
18
- - Brangr enables sites hosting it to present users with
19
- a collection of pre-fab GraphQL requests, which they can edit if desired,
19
+ - Brangr enables sites hosting it to present users with
20
+ a collection of pre-fab GraphQL requests, which they can edit if desired,
20
21
and let them create their own requests.
21
- And it allows sites to define custom CSS styling for all aspects of the formatted results.
22
+ And it allows sites to define custom CSS styling for all aspects of the
23
+ formatted results.
22
24
23
- - Try it at the [ ** public Brangr site** ] ( https://mnmnotmail.org/bgr/brangr.html ) .
25
+ - Try it at the
26
+ [ ** public Brangr site** ] ( https://mnmnotmail.org/bgr/brangr.html ) .
24
27
25
28
** Example**
26
29
@@ -36,10 +39,10 @@ query {
36
39
Brangr renders the above query as follows (though not in a quote block):
37
40
38
41
<blockquote >heroes...
39
- <table style =" border-spacing :0.5em 0 " >
40
- <tr ><th >First </th ><th >Last </th ></tr >
41
- <tr ><td >Arthur</td ><td >Dent </td ></tr >
42
- <tr ><td >Ford </td ><td >Prefect </td ></tr >
43
- <tr ><td >Zaphod</td ><td >Beeblebrox</td ></tr >
44
- </table >
42
+ <table style =" border-spacing :0.5em 0 " >
43
+ <tr><th>First </th><th>Last </th></tr>
44
+ <tr><td>Arthur</td><td>Dent </td></tr>
45
+ <tr><td>Ford </td><td>Prefect </td></tr>
46
+ <tr><td>Zaphod</td><td>Beeblebrox</td></tr>
47
+ </table >
45
48
</blockquote >
0 commit comments