Module: Graphlient::Query::Serializer::Directives
- Included in:
- Graphlient::Query::Serializer
- Defined in:
- lib/graphlient/query/serializer/directives.rb
Constant Summary collapse
- DIRECTIVE_PREFIX =
Matches _skip, _include, _myCustomDirective etc. Does NOT match ___Fragment (three underscores -- checked first in method_missing).
/\A_[a-z]/.freeze