class GraphQL::Directives::IncludeDirective

Overview

The @include(if: ...) directive

Included Modules

Defined in:

graphql-crystal/directives/include_directive.cr

Instance Method Summary

Instance methods inherited from module GraphQL::Directive

args : Hash(String, ReturnType)? args, args=(args : Hash(String, ReturnType)?) args=, call(*args) call

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 methods inherited from class Object

debug debug

Instance Method Detail

def call(_field_definition, _selections, _resolved, _context) #

[View source]
def name : String #

[View source]