Skip to content

Commit

Permalink
Link MediaRelationship#kind to #role on model
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Oct 13, 2024
1 parent fcae570 commit ac90d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/graphql/types/media_relationship.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ def destination

field :kind, Types::Enum::MediaRelationshipKind,
null: false,
method: :role,
description: 'The kind of relationship'
end

0 comments on commit ac90d8c

Please sign in to comment.