Simplify manager user cards
This commit is contained in:
@@ -849,7 +849,7 @@ export type ManagerOrdersQuery = { __typename?: 'Query', managerOrders: Array<{
|
||||
export type ManagerUsersQueryVariables = Exact<{ [key: string]: never; }>;
|
||||
|
||||
|
||||
export type ManagerUsersQuery = { __typename?: 'Query', managerUsers: Array<{ __typename?: 'ManagerUser', id: string, email: string, fullName: string, role: UserRole, companyName?: string | null, inn?: string | null, createdAt: any, orderCount: number, lastOrderAt?: any | null }> };
|
||||
export type ManagerUsersQuery = { __typename?: 'Query', managerUsers: Array<{ __typename?: 'ManagerUser', id: string, email: string, fullName: string, companyName?: string | null }> };
|
||||
|
||||
export type ManagerWithdrawalRequestsQueryVariables = Exact<{
|
||||
status?: InputMaybe<WithdrawalStatus>;
|
||||
@@ -1738,12 +1738,7 @@ export const ManagerUsersDocument = gql`
|
||||
id
|
||||
email
|
||||
fullName
|
||||
role
|
||||
companyName
|
||||
inn
|
||||
createdAt
|
||||
orderCount
|
||||
lastOrderAt
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user