Package graphql.schema
Interface GraphQLInputFieldsContainer
- All Superinterfaces:
GraphQLNamedSchemaElement
,GraphQLNamedType
,GraphQLSchemaElement
,GraphQLType
- All Known Implementing Classes:
GraphQLInputObjectType
Types that can contain input fields are marked with this interface
- See Also:
-
Method Summary
Methods inherited from interface graphql.schema.GraphQLNamedSchemaElement
getDefinition, getDescription, getName
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
Method Details
-
getFieldDefinition
-
getFieldDefinitions
List<GraphQLInputObjectField> getFieldDefinitions()
-