Integration.md
... ...
@@ -45,11 +45,11 @@ http://test.smartcentral.net/authorizations/new/?client_id=fancy_app&response_ty
45 45
* email
46 46
*
47 47
48
-### GraphQL
48
+## GraphQL
49 49
50 50
SmartCentral has implemented GraphQL to support an extensible method for api access to centre data.
51 51
52
-#### Schema
52
+### Schema
53 53
```
54 54
type service (id){
55 55
enrolments: [enrolment]
... ...
@@ -85,7 +85,7 @@ type booking{
85 85
/* "day" is a 3 character abreviation of day of the week MON , TUE, WED , THU , FRI , SAT , SUN
86 86
```
87 87
88
-#### Sample Query
88
+### Sample Query
89 89
90 90
```
91 91
{