You are here

6 calls to IntrospectionTestTrait::assertGraphQLFields() in GraphQL 8.3

BundleLessEntityTest::testConfiguredField in modules/graphql_core/tests/src/Kernel/Entity/BundleLessEntityTest.php
Test if a field is available on the user type.
EntityFieldValueTest::testBoolean in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test boolean fields.
EntityFieldValueTest::testFieldAssignment in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Verify that fields are assigned correctly among bundles.
EntityFieldValueTest::testFilteredText in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test filtered text fields.
EntityFieldValueTest::testText in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test a simple text field.
EntityPropertyConflict::testNamingConflict in modules/graphql_core/tests/src/Kernel/Entity/EntityPropertyConflict.php
Check proper behavior in case of a naming conflict.