Skip to content
Snippets Groups Projects
Verified Commit 7278db13 authored by Jonas Leder's avatar Jonas Leder
Browse files

add missing elements to graphQL

parent acb70f90
No related branches found
No related tags found
Loading
......@@ -27,8 +27,11 @@ export class BestandComponent implements OnInit {
this.querySubscription = this.apollo.watchQuery<any>({
query: gql`query {
products {
id
name
id,
manufacturer,
name,
amount,
position
}
}`
})
......
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