Skip to content

Commit

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

description 'An address representing a physical building'
description 'An address representing a physical location'

# field :id, ID, null: false
field :street_address, String
Expand Down

0 comments on commit 238e0ed

Please sign in to comment.