@book000/twitterts
Preparing search index...
GraphQLGetProfileSpotlightsQuerySuccessResponse
Interface GraphQLGetProfileSpotlightsQuerySuccessResponse
GraphQL GET ProfileSpotlightsQuery 成功レスポンスモデル
interface
GraphQLGetProfileSpotlightsQuerySuccessResponse
{
data
:
{
user_result_by_screen_name
?:
{
id
:
string
;
result
?:
{
__typename
:
string
;
core
?:
{
name
:
string
;
screen_name
:
string
}
;
id
:
string
;
is_verified_organization
?:
boolean
;
legacy
:
{
blocked_by
?:
boolean
;
blocking
?:
boolean
;
followed_by
?:
boolean
;
following
?:
boolean
;
name
?:
string
;
protected
?:
boolean
;
screen_name
?:
string
;
}
;
privacy
?:
{
protected
:
boolean
}
;
profilemodules
?:
{
v1
:
{
profile_module
:
{
__isProfileModule
:
string
;
__typename
:
string
;
config
?:
(...)
|
(...)
;
data
?:
(...)
|
(...)
;
}
;
}
[]
;
}
;
relationship_perspectives
?:
{
blocked_by
?:
boolean
;
blocking
?:
boolean
;
followed_by
?:
boolean
;
following
?:
boolean
;
}
;
rest_id
:
string
;
}
;
}
;
}
;
errors
?:
{
code
:
number
;
extensions
:
{
code
:
number
;
kind
:
string
;
name
:
string
;
retry_after
:
number
;
source
:
string
;
tracing
:
{
trace_id
:
string
}
;
}
;
kind
:
string
;
locations
:
{
column
:
number
;
line
:
number
}
[]
;
message
:
string
;
name
:
string
;
path
:
string
[]
;
retry_after
:
number
;
source
:
string
;
tracing
:
{
trace_id
:
string
}
;
}
[]
;
}
Index
Properties
data
errors?
Properties
data
data
:
{
user_result_by_screen_name
?:
{
id
:
string
;
result
?:
{
__typename
:
string
;
core
?:
{
name
:
string
;
screen_name
:
string
}
;
id
:
string
;
is_verified_organization
?:
boolean
;
legacy
:
{
blocked_by
?:
boolean
;
blocking
?:
boolean
;
followed_by
?:
boolean
;
following
?:
boolean
;
name
?:
string
;
protected
?:
boolean
;
screen_name
?:
string
;
}
;
privacy
?:
{
protected
:
boolean
}
;
profilemodules
?:
{
v1
:
{
profile_module
:
{
__isProfileModule
:
string
;
__typename
:
string
;
config
?:
(...)
|
(...)
;
data
?:
(...)
|
(...)
;
}
;
}
[]
;
}
;
relationship_perspectives
?:
{
blocked_by
?:
boolean
;
blocking
?:
boolean
;
followed_by
?:
boolean
;
following
?:
boolean
;
}
;
rest_id
:
string
;
}
;
}
;
}
Optional
errors
errors
?:
{
code
:
number
;
extensions
:
{
code
:
number
;
kind
:
string
;
name
:
string
;
retry_after
:
number
;
source
:
string
;
tracing
:
{
trace_id
:
string
}
;
}
;
kind
:
string
;
locations
:
{
column
:
number
;
line
:
number
}
[]
;
message
:
string
;
name
:
string
;
path
:
string
[]
;
retry_after
:
number
;
source
:
string
;
tracing
:
{
trace_id
:
string
}
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
errors
@book000/twitterts
Loading...
GraphQL GET ProfileSpotlightsQuery 成功レスポンスモデル