Resolve stripe issues on export IO-490

This commit is contained in:
Patrick Fic
2021-02-18 11:37:01 -08:00
parent 01500e4c9c
commit cd6866fc5c
9 changed files with 39 additions and 15 deletions

View File

@@ -198,7 +198,7 @@ export const QUERY_DELIVER_CHECKLIST = gql`
`;
export const QUERY_STRIPE_ID = gql`
query QUERY_STRIPE_ID {
bodyshops {
bodyshops(where: { associations: { active: { _eq: true } } }) {
stripe_acct_id
}
}