https://github.com/geekeast/random-sampling-based-grouping
Create 2 item group from even number of items.
https://github.com/geekeast/random-sampling-based-grouping
graphql grouping random-sampling
Last synced: 11 months ago
JSON representation
Create 2 item group from even number of items.
- Host: GitHub
- URL: https://github.com/geekeast/random-sampling-based-grouping
- Owner: GeekEast
- Created: 2022-08-30T13:35:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T13:36:03.000Z (over 3 years ago)
- Last Synced: 2025-03-02T12:17:27.855Z (12 months ago)
- Topics: graphql, grouping, random-sampling
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Commands
| Action | Command |
| :---------------------------: | ------------ |
| **build project** | `yarn build` |
| **start server locally** | `yarn dev` |
| **start API Document Server** | `yarn doc` |
### Links
| Environment | URL |
| ----------- | ------------------------------------ |
| Local | http://localhost:9901/api/graphql/v1 |