UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

11 lines (9 loc) 177 B
import gql from 'graphql-tag'; export const FIBER_ROUTERS = gql` query FiberRouters($id: String!) { fiberRouters(id: $id) { ipAddress macAddress } } `;