9b65d4bb41
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
4 lines
68 B
Ruby
4 lines
68 B
Ruby
module Functions
|
|
class BaseFunction < GraphQL::Function
|
|
end
|
|
end
|