JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
graphql.schema
Interface GraphQLInputType
All Superinterfaces:
GraphQLType
All Known Implementing Classes:
GraphQLEnumType
,
GraphQLInputObjectType
,
GraphQLList
,
GraphQLNonNull
,
GraphQLScalarType
,
GraphQLTypeReference
public interface
GraphQLInputType
extends
GraphQLType
All types allowed as arguments or variables. In other word all Inputs types for a query/mutation.
Method Summary
Methods inherited from interface graphql.schema.
GraphQLType
getName
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method