mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-31 16:17:07 -05:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
import { gql } from "apollo-boost"
|
|
|
|
export const rotationData = gql`
|
|
{
|
|
rotationData
|
|
}
|
|
`
|