adding properties to QUERY_BODYSHOP
This commit is contained in:
@@ -6,6 +6,8 @@ export const QUERY_BODYSHOP = gql`
|
||||
bodyshops(where: { associations: { active: { _eq: true } } }) {
|
||||
id
|
||||
jobsizelimit
|
||||
cdk_dealerid
|
||||
pbs_serialnumber
|
||||
md_ro_statuses
|
||||
uselocalmediaserver
|
||||
localmediaserverhttp
|
||||
@@ -13,6 +15,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
features
|
||||
localmediatoken
|
||||
tt_allow_post_to_invoiced
|
||||
md_responsibility_centers
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user