Skip to content

Commit

Permalink
chore: update generated schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Mar 4, 2025
1 parent b01c35a commit 3c4a56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/silverback-drupal/generated/extra.composed.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Fetch an entity or entity revision based on id, rid or route
Provided by the "silverback_gatsby" module.
Implemented in "Drupal\silverback_gatsby\Plugin\GraphQL\Directive\EntityFetch".
"""
directive @fetchEntity(type: String, id: String, rid: String, language: String, operation: String, preview_user_id: String, preview_access_token: String) repeatable on FIELD_DEFINITION | SCALAR | UNION | ENUM | INTERFACE | OBJECT
directive @fetchEntity(type: String, id: String, rid: String, language: String, operation: String, real_time: Boolean, load_latest_revision: Boolean, preview_user_id: String, preview_access_token: String) repeatable on FIELD_DEFINITION | SCALAR | UNION | ENUM | INTERFACE | OBJECT

"""
Load a given entity by it's path or type and id or uuid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Fetch an entity or entity revision based on id, rid or route
Provided by the "silverback_gatsby" module.
Implemented in "Drupal\silverback_gatsby\Plugin\GraphQL\Directive\EntityFetch".
"""
directive @fetchEntity(type: String, id: String, rid: String, language: String, operation: String, preview_user_id: String, preview_access_token: String) repeatable on FIELD_DEFINITION | SCALAR | UNION | ENUM | INTERFACE | OBJECT
directive @fetchEntity(type: String, id: String, rid: String, language: String, operation: String, real_time: Boolean, load_latest_revision: Boolean, preview_user_id: String, preview_access_token: String) repeatable on FIELD_DEFINITION | SCALAR | UNION | ENUM | INTERFACE | OBJECT

"""
Load a given entity by it's path or type and id or uuid
Expand Down

0 comments on commit 3c4a56f

Please sign in to comment.