mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
import {gql} from 'apollo-boost'
|
|
|
|
export const ADMIN_FORM_FRAGMENT = gql`
|
|
fragment AdminUser on User {
|
|
id
|
|
}
|
|
`
|