Method: GraphQL::Schema::FieldExtension#after_define
- Defined in:
- lib/graphql/schema/field_extension.rb
#after_define ⇒ void
This method returns an undefined value.
Called after the field's definition block has been executed.
(Any arguments from the block are present on field)
88 89 |
# File 'lib/graphql/schema/field_extension.rb', line 88 def after_define end |