graphql-paper
Preparing search index...
types
DocumentTypeValidator
Interface DocumentTypeValidator
interface
DocumentTypeValidator
{
validate
(
parts
:
{
document
:
Document
;
graphqlSchema
:
GraphQLSchema
;
store
:
DocumentStore
;
type
:
GraphQLObjectType
<
any
>
;
}
,
)
:
void
;
}
Index
Methods
validate
Methods
validate
validate
(
parts
:
{
document
:
Document
;
graphqlSchema
:
GraphQLSchema
;
store
:
DocumentStore
;
type
:
GraphQLObjectType
<
any
>
;
}
,
)
:
void
Parameters
parts
:
{
document
:
Document
;
graphqlSchema
:
GraphQLSchema
;
store
:
DocumentStore
;
type
:
GraphQLObjectType
<
any
>
;
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
validate
graphql-paper
Loading...