import { gql } from '@apollo/client';
const USER_LIST = gql`
query {
UserList{
page
perPage
sort
...
}
}
`;
export { USER_LIST };
import { gql } from '@apollo/client';
const USER_LIST = gql`
query {
UserList{
page
perPage
sort
...
}
}
`;
export { USER_LIST };