Method: GraphQL::Schema::Member::HasDirectives#directives
- Defined in:
- lib/graphql/schema/member/has_directives.rb
#directives ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
36 37 38 |
# File 'lib/graphql/schema/member/has_directives.rb', line 36 def directives HasDirectives.get_directives(self, @own_directives, :directives) end |