@zeepkist/graphql
Preparing search index...
gtr-beta
ZRtmRecord
Interface ZRtmRecord
The return type of our
zRtm
query.
interface
ZRtmRecord
{
id
:
null
|
number
;
idLevel
:
null
|
number
;
workshopId
:
any
;
authorId
:
any
;
name
:
null
|
string
;
imageUrl
:
null
|
string
;
fileAuthor
:
null
|
string
;
fileUid
:
null
|
string
;
validationTimeAuthor
:
null
|
number
;
validationTimeGold
:
null
|
number
;
validationTimeSilver
:
null
|
number
;
validationTimeBronze
:
null
|
number
;
deleted
:
null
|
boolean
;
createdAt
:
any
;
updatedAt
:
any
;
dateCreated
:
any
;
dateUpdated
:
any
;
amountCheckpoints
:
null
|
number
;
amountFinishes
:
null
|
number
;
amountBlocks
:
null
|
number
;
numRecords
:
any
;
__typename
:
"ZRtmRecord"
;
}
Index
Properties
id
id
Level
workshop
Id
author
Id
name
image
Url
file
Author
file
Uid
validation
Time
Author
validation
Time
Gold
validation
Time
Silver
validation
Time
Bronze
deleted
created
At
updated
At
date
Created
date
Updated
amount
Checkpoints
amount
Finishes
amount
Blocks
num
Records
__typename
Properties
id
id
:
null
|
number
id
Level
idLevel
:
null
|
number
workshop
Id
workshopId
:
any
author
Id
authorId
:
any
name
name
:
null
|
string
image
Url
imageUrl
:
null
|
string
file
Author
fileAuthor
:
null
|
string
file
Uid
fileUid
:
null
|
string
validation
Time
Author
validationTimeAuthor
:
null
|
number
validation
Time
Gold
validationTimeGold
:
null
|
number
validation
Time
Silver
validationTimeSilver
:
null
|
number
validation
Time
Bronze
validationTimeBronze
:
null
|
number
deleted
deleted
:
null
|
boolean
created
At
createdAt
:
any
updated
At
updatedAt
:
any
date
Created
dateCreated
:
any
date
Updated
dateUpdated
:
any
amount
Checkpoints
amountCheckpoints
:
null
|
number
amount
Finishes
amountFinishes
:
null
|
number
amount
Blocks
amountBlocks
:
null
|
number
num
Records
numRecords
:
any
__typename
__typename
:
"ZRtmRecord"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
id
Level
workshop
Id
author
Id
name
image
Url
file
Author
file
Uid
validation
Time
Author
validation
Time
Gold
validation
Time
Silver
validation
Time
Bronze
deleted
created
At
updated
At
date
Created
date
Updated
amount
Checkpoints
amount
Finishes
amount
Blocks
num
Records
__typename
@zeepkist/graphql
Loading...
The return type of our
zRtm
query.