Skip to content

Commit

Permalink
new version of api
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-schmidi committed May 18, 2018
1 parent f694cec commit 721828c
Show file tree
Hide file tree
Showing 208 changed files with 155,947 additions and 1,458 deletions.
29 changes: 0 additions & 29 deletions README.md
Expand Up @@ -108,33 +108,4 @@ Quary all delivery note items:
}
}
}
```

Query delivery note with note items:

```gql
{
deliveryNoteByDocumentId(id: "00d3d910-d6e8-47eb-b6f4-9aae5daf44b1") {
documentId,
type,
version,
partnerCompanyId,
invoiceId,
invoiceNumber,
deliveryNoteNr,
deliveryDate,
noteItems {
nodes {
deliveryNoteNr,
deliveryDate,
posNr,
quantity,
productNr,
eanNr,
gtinNr,
description,
}
}
}
}
```
922 changes: 922 additions & 0 deletions doc/schema/accountingcompaniesconnection.doc.html

Large diffs are not rendered by default.

922 changes: 922 additions & 0 deletions doc/schema/accountingcompaniesedge.doc.html

Large diffs are not rendered by default.

922 changes: 922 additions & 0 deletions doc/schema/accountingcompaniesorderby.doc.html

Large diffs are not rendered by default.

921 changes: 921 additions & 0 deletions doc/schema/accountingcompany.doc.html

Large diffs are not rendered by default.

922 changes: 922 additions & 0 deletions doc/schema/accountingcompanycondition.doc.html

Large diffs are not rendered by default.

143 changes: 143 additions & 0 deletions doc/schema/assets/code.css
@@ -0,0 +1,143 @@
.code {
background-color: #f6f6f6;
color: #4D4D4C;
border: 1px solid #4D4D4C;
font-size: 14px;
font-family: 'Ubuntu Mono';
cursor: text;
list-style-type: decimal;
border-radius: 0.25rem;
}

.code .gutter {
background: #f6f6f6;
color: #4D4D4C;
}

.code .print-margin {
width: 1px;
background: #f6f6f6
}

.code li {
min-height: 1em;
background: #FFF;
padding: 1px 8px;
}
.code li:hover {
background: #EFEFEF;
}

.code .tab {
padding-left: 2em;
}

.code .cursor {
color: #AEAFAD
}

.code .marker-layer .selection {
background: #D6D6D6
}

.code.multiselect .selection.start {
box-shadow: 0 0 3px 0px #FFFFFF;
}

.code .marker-layer .step {
background: rgb(255, 255, 0)
}

.code .marker-layer .bracket {
margin: -1px 0 0 -1px;
border: 1px solid #D1D1D1
}

.code .marker-layer .active-line {
background: #EFEFEF
}

.code .gutter-active-line {
background-color: #dcdcdc
}

.code .marker-layer .selected-word {
border: 1px solid #D6D6D6
}

.code .invisible {
color: #D1D1D1
}

.code .keyword,
.code .meta,
.code .storage,
.code .storage.type,
.code .support.type {
color: #8959A8
}

.code .keyword.operator {
color: #3E999F
}

.code .constant.character,
.code .constant.language,
.code .constant.numeric,
.code .keyword.other.unit,
.code .support.constant {
color: #F5871F
}

.code .constant.other {
color: #666969
}

.code .invalid {
color: #FFFFFF;
background-color: #C82829
}

.code .invalid.deprecated {
color: #FFFFFF;
background-color: #8959A8
}

.code .fold {
background-color: #4271AE;
border-color: #4D4D4C
}

.code .entity.name.function,
.code .support.function,
.code .variable.parameter,
.code .variable {
color: #4271AE
}

.code .support.class,
.code .support.type {
color: #C99E00
}

.code .heading,
.code .markup.heading,
.code .string {
color: #718C00
}

.code .entity.name.tag,
.code .entity.other.attribute-name,
.code .meta.tag,
.code .string.regexp,
.code .variable {
color: #C82829
}

.code .comment {
color: #8E908C
}

.code .indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y
}
43 changes: 43 additions & 0 deletions doc/schema/assets/require-by.css
@@ -0,0 +1,43 @@
div.require-by.anyone,
ul.require-by a {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}

div.require-by.anyone {
background-color: #f0f8fc;
border: 1px solid #d8dde6;
color: grey;
padding: 2rem;
text-align: center;
margin: 1rem 0;
border-radius: 0.25rem;
}

ul.require-by {
margin: 0;
padding: 0;
}

ul.require-by a {
border-left: .25rem solid transparent;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: .5rem 1.5rem;
}

ul.require-by a:hover {
text-decoration: none;
background-color: #f0f8fc;
border-color: #d8dde6;
border-left-color: #005fb2;
}

ul.require-by a em {
margin-left: 1rem;
font-size: .75rem;
color: grey;
}

0 comments on commit 721828c

Please sign in to comment.