Skip to content
Snippets Groups Projects
Commit 20643c9c authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Ajout GraphQL voyager

parent 805b41f0
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,16 @@ block content
div.form-group
label(for="columns") Columns
input.form-control(type="search", name="columns")
button.form-control(type="submit") Recherche/<em>Search</em>
button.form-control(type="submit",class="button") Recherche/<em>Search</em>
|
h2 GraphiQL
p
| GraphiQL is an interactive environment to make GraphQL
p GraphiQL is an interactive environment to make GraphQL
| requests to the database.
a(href="/graphiql") Check it out.
div(class="button")
a(href="/graphiql") Check it out.
div(class="button")
a(href="/voyager") Check it out.
|
p Currently logged in as: #{userName}.
form(action="/logout", method="post")
button.form-control(type="submit") Déconnexion/<em>Logout</em>
button.form-control(type="submit",class="button") Déconnexion/<em>Logout</em>
......@@ -13,5 +13,5 @@ block content
div.form-group
label(for="password") Password
input.form-control(type="password", placeholder="Password", name="password")
button.form-control(type="submit") Connexion/<em>Log in</em>
button.form-control(type="submit",class="button") Connexion/<em>Log in</em>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment