PersistedQueryPluginOne |
tests/modules/graphql_persisted_queries_test/src/Plugin/GraphQL/PersistedQuery/PersistedQueryPluginOne.php |
@PersistedQuery(
id = "persisted_query_plugin_one",
label = "Persisted Query One",
description = "This is the first persisted query plugin"
) |
PersistedQueryPluginThree |
tests/modules/graphql_persisted_queries_test/src/Plugin/GraphQL/PersistedQuery/PersistedQueryPluginThree.php |
@PersistedQuery(
id = "persisted_query_plugin_three",
label = "Persisted Query Three",
description = "This is the third persisted query plugin"
) |
PersistedQueryPluginTwo |
tests/modules/graphql_persisted_queries_test/src/Plugin/GraphQL/PersistedQuery/PersistedQueryPluginTwo.php |
@PersistedQuery(
id = "persisted_query_plugin_two",
label = "Persisted Query Two",
description = "This is the second persisted query plugin"
) |