Update associations issues.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { gql } from "@apollo/client";
|
||||
|
||||
export const QUERY_SHOP_ASSOCIATIONS = gql`
|
||||
query QUERY_SHOP_ASSOCIATIONS {
|
||||
associations {
|
||||
query QUERY_SHOP_ASSOCIATIONS($shopid: uuid!) {
|
||||
associations(where: { shopid: { _eq: $shopid } }) {
|
||||
id
|
||||
authlevel
|
||||
shopid
|
||||
|
||||
Reference in New Issue
Block a user