Class: Tasker::Queries::AllAnnotationTypes
- Inherits:
-
BaseQuery
- Object
- GraphQL::Schema::Resolver
- BaseQuery
- Tasker::Queries::AllAnnotationTypes
- Includes:
- Helpers
- Defined in:
- app/graphql/tasker/queries/all_annotation_types.rb
Instance Method Summary collapse
Methods included from Helpers
Instance Method Details
#resolve ⇒ Object
12 13 14 |
# File 'app/graphql/tasker/queries/all_annotation_types.rb', line 12 def resolve AnnotationType.order('name asc') end |