Added preloader, initial estimate decoder.

This commit is contained in:
Patrick Fic
2020-10-14 10:17:33 -07:00
parent c6f424cf5f
commit 953ea832e2
12 changed files with 306 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
import gql from "graphql-tag";
export const QUERY_BODYSHOP = gql`
query QUERY_BODYSHOP {
bodyshops {
id
shopname
}
}
`;