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