Skip to content

Commit

Permalink
Change event description
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadactyl authored Feb 14, 2022
1 parent 6235172 commit 376fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/event_type.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Types
class EventType < Types::BaseObject

description 'An Event that is run by a Parter on a date at a given Address'
description 'An Event that is run by a Parter'

field :id, ID, null: false
field :description, String
Expand Down

0 comments on commit 376fe49

Please sign in to comment.