module GraphQL::Directive

Overview

A module to be included in a directive to act as a middleware

Included Modules

Direct including types

Defined in:

graphql-crystal/directives/directive.cr

Instance Method Summary

Instance methods inherited from module GraphQL::Schema::Middleware

call(node : GraphQL::Language::TypeDefinition | GraphQL::Language::FieldDefinition, selection : Array(Language::Selection), object : ResolveCBReturnType, context : Context) call, next : Middleware | Proc | Nil next, next=(next __arg0 : Middleware | Proc | Nil) next=

Instance Method Detail

def args : Hash(String, ReturnType)? #

[View source]
def args=(args : Hash(String, ReturnType)?) #

[View source]
def call(*args) #

[View source]