Documentation
Preparing search index...
@sdk/asset-minimap-level
GetMinimapLevelsQuery
Type Alias GetMinimapLevelsQuery
type
GetMinimapLevelsQuery
=
{
__typename
?:
"Query"
;
asset
?:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"GroupedAssetOutput"
;
id
:
string
;
levels
:
{
__typename
?:
"LevelResultOutput"
;
contents
:
{
__typename
?:
"LevelOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
email
:
string
;
firstName
?:
string
|
null
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"LevelDataOutput"
;
max
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
min
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
offset
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
rotation
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
}
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
email
:
string
;
firstName
?:
string
|
null
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
order
:
number
;
title
:
string
;
viewpoint
?:
|
{
__typename
?:
"ViewpointOutput"
;
eyePosition
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
forward
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
up
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
}
|
null
;
}
[]
;
total
:
number
;
}
;
}
|
null
;
}
Index
Properties
__
typename?
asset?
Properties
Optional
__
typename
__typename
?:
"Query"
Optional
asset
asset
?:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"GroupedAssetOutput"
;
id
:
string
;
levels
:
{
__typename
?:
"LevelResultOutput"
;
contents
:
{
__typename
?:
"LevelOutput"
;
createdAt
:
Date
;
createdBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
email
:
string
;
firstName
?:
string
|
null
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
data
:
{
__typename
?:
"LevelDataOutput"
;
max
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
min
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
offset
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
rotation
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
}
;
id
:
string
;
modifiedAt
:
Date
;
modifiedBy
:
{
__typename
?:
"SimpleUserProfileOutput"
;
deleted
:
boolean
;
email
:
string
;
firstName
?:
string
|
null
;
lastName
?:
string
|
null
;
profilePictureUrl
?:
string
|
null
;
}
;
order
:
number
;
title
:
string
;
viewpoint
?:
|
{
__typename
?:
"ViewpointOutput"
;
eyePosition
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
forward
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
;
}
;
up
:
{
__typename
?:
"Vector3Output"
;
x
:
number
;
y
:
number
;
z
:
number
}
;
}
|
null
;
}
[]
;
total
:
number
;
}
;
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
asset
Documentation
Loading...