@zeepkist/graphql
Preparing search index...
ZRtmRecord
Interface ZRtmRecord
The return type of our
zRtm
query.
interface
ZRtmRecord
{
id
:
number
|
null
;
idLevel
:
number
|
null
;
workshopId
:
any
;
authorId
:
any
;
name
:
string
|
null
;
imageUrl
:
string
|
null
;
fileAuthor
:
string
|
null
;
fileUid
:
string
|
null
;
validationTimeAuthor
:
number
|
null
;
validationTimeGold
:
number
|
null
;
validationTimeSilver
:
number
|
null
;
validationTimeBronze
:
number
|
null
;
deleted
:
boolean
|
null
;
createdAt
:
any
;
updatedAt
:
any
;
dateCreated
:
any
;
dateUpdated
:
any
;
amountCheckpoints
:
number
|
null
;
amountFinishes
:
number
|
null
;
amountBlocks
:
number
|
null
;
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
:
number
|
null
id
Level
idLevel
:
number
|
null
workshop
Id
workshopId
:
any
author
Id
authorId
:
any
name
name
:
string
|
null
image
Url
imageUrl
:
string
|
null
file
Author
fileAuthor
:
string
|
null
file
Uid
fileUid
:
string
|
null
validation
Time
Author
validationTimeAuthor
:
number
|
null
validation
Time
Gold
validationTimeGold
:
number
|
null
validation
Time
Silver
validationTimeSilver
:
number
|
null
validation
Time
Bronze
validationTimeBronze
:
number
|
null
deleted
deleted
:
boolean
|
null
created
At
createdAt
:
any
updated
At
updatedAt
:
any
date
Created
dateCreated
:
any
date
Updated
dateUpdated
:
any
amount
Checkpoints
amountCheckpoints
:
number
|
null
amount
Finishes
amountFinishes
:
number
|
null
amount
Blocks
amountBlocks
:
number
|
null
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
zRtmquery.