Skip to main content

Operations

Example

import { query } from './sdk'

const QUERY = query(t => [
t.viewer(t => [
t.id()
])
]).toOperation({ name: 'Viewer' })