9
front/src/modules/views/graphql/mutations/createViews.ts
Normal file
9
front/src/modules/views/graphql/mutations/createViews.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const CREATE_VIEWS = gql`
|
||||
mutation CreateViews($data: [ViewCreateManyInput!]!) {
|
||||
createManyView(data: $data) {
|
||||
count
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user