debian-mirror-gitlab/app/graphql/types/order.rb
2019-02-15 15:39:39 +05:30

9 lines
169 B
Ruby

# frozen_string_literal: true
module Types
class Types::Order < Types::BaseEnum
value "id", "Created at date"
value "updated_at", "Updated at date"
end
end