Added preloader, initial estimate decoder.
This commit is contained in:
9
src/graphql/bodyshop.queries.js
Normal file
9
src/graphql/bodyshop.queries.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import gql from "graphql-tag";
|
||||
export const QUERY_BODYSHOP = gql`
|
||||
query QUERY_BODYSHOP {
|
||||
bodyshops {
|
||||
id
|
||||
shopname
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user