Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
fix(graphql_metatag): Mark fields as secure (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin authored and fubhy committed Jun 13, 2018
1 parent b787729 commit 48140c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/GraphQL/Fields/Entity/EntityMetatags.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @GraphQLField(
* secure = true,
* id = "entity_metatags",
* name = "entityMetatags",
* type = "[Metatag]",
Expand Down
1 change: 1 addition & 0 deletions src/Plugin/GraphQL/Fields/Metatag/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* @GraphQLField(
* secure = true,
* id = "metatag_key",
* name = "key",
* type = "String",
Expand Down
1 change: 1 addition & 0 deletions src/Plugin/GraphQL/Fields/Metatag/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* @GraphQLField(
* secure = true,
* id = "metatag_value",
* name = "value",
* type = "String",
Expand Down

0 comments on commit 48140c3

Please sign in to comment.