abstract class Oxide::Type
- Oxide::Type
- Reference
- Object
Included Modules
Direct Known Subclasses
- Oxide::Types::EnumType
- Oxide::Types::InputObjectType
- Oxide::Types::InterfaceType
- Oxide::Types::LateBoundType
- Oxide::Types::ListType
- Oxide::Types::NonNullType
- Oxide::Types::ObjectType
- Oxide::Types::ScalarType
- Oxide::Types::UnionType
Defined in:
oxide/type.crInstance Method Summary
- #coerce(value) : CoercedInput
- #description
- #input_type? : Bool
- #name
- #output_type? : Bool
- #serialize(value) : SerializedOutput
- #unwrap(schema : Schema)