-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added directives to extensions #1216
base: 8.x-4.x
Are you sure you want to change the base?
feat: added directives to extensions #1216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I fully understand what you are trying to accomplish here, but looks interesting.
Can you update the description here with a use case?
namespace Drupal\Tests\graphql\Kernel; | ||
|
||
/** | ||
* Test the entity_definition data producer and friends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong comment?
/** | ||
* {@inheritdoc} | ||
*/ | ||
protected $strictConfigSchema = FALSE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why we disable that? Please add a code comment.
No description provided.