Class: Tasker::Queries::AllAnnotationTypes

Inherits:
BaseQuery
  • Object
show all
Includes:
Helpers
Defined in:
app/graphql/tasker/queries/all_annotation_types.rb

Instance Method Summary collapse

Methods included from Helpers

#page_sort_params

Instance Method Details

#resolveObject



12
13
14
# File 'app/graphql/tasker/queries/all_annotation_types.rb', line 12

def resolve
  AnnotationType.order('name asc')
end