mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:19:02 +00:00
24 lines
540 B
TypeScript
24 lines
540 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: adminQuery
|
|
// ====================================================
|
|
|
|
export interface adminQuery_myUser {
|
|
__typename: 'User'
|
|
/**
|
|
* Whether or not the user has admin privileges
|
|
*/
|
|
admin: boolean
|
|
}
|
|
|
|
export interface adminQuery {
|
|
/**
|
|
* Information about the currently logged in user
|
|
*/
|
|
myUser: adminQuery_myUser
|
|
}
|