abstract struct GraphQL::Schema::InputType

Overview

a struct that can be inherited from when defining custom InputType structs for conveniently accessing query parameters

Direct Known Subclasses

Defined in:

graphql-crystal/schema.cr

Constructors

Instance methods inherited from class Object

debug debug

Constructor Detail

def self.new #

[View source]