GraphiQL API Documentation
Preparing search index...
codemirror-graphql
info
GraphQLInfoOptions
Interface GraphQLInfoOptions
interface
GraphQLInfoOptions
{
onClick
?:
Maybe
<
(
ref
:
Maybe
<
SchemaReference
>
,
e
:
MouseEvent
)
=>
void
>
;
render
?:
()
=>
string
;
renderDescription
?:
(
str
:
string
)
=>
string
;
schema
?:
GraphQLSchema
;
}
Index
Properties
on
Click?
render?
render
Description?
schema?
Properties
Optional
on
Click
onClick
?:
Maybe
<
(
ref
:
Maybe
<
SchemaReference
>
,
e
:
MouseEvent
)
=>
void
>
Optional
render
render
?:
()
=>
string
Optional
render
Description
renderDescription
?:
(
str
:
string
)
=>
string
Optional
schema
schema
?:
GraphQLSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Click
render
render
Description
schema
GraphiQL API Documentation
Loading...