Skip to content

Commit

Permalink
fix: missing directive declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Feb 16, 2024
1 parent 378c95c commit ec9e50e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/schema/src/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ scalar Url @default @value(string: "")
scalar Markup @default @value(string: "")
scalar ImageSource @default @value(string: "")

# TODO: remove after https://github.com/AmazeeLabs/silverback-mono/pull/1494 is merged
# Directive for the "TranslatableStringFeed" plugin.
directive @translatableString(contextPrefix: String) on OBJECT

"""
implementation(drupal): custom.content_hub::query
"""
Expand Down

0 comments on commit ec9e50e

Please sign in to comment.