./.codecov.yml .editorconfig .gitattributes LICENSE Makefile _ide_helper.php benchmarks/ASTUnserializationBench.php composer.json docs/.vuepress/config.js docs/.vuepress/enhanceApp.js docs/.vuepress/lib/versioning.js docs/.vuepress/public/_redirects docs/.vuepress/public/logo.svg docs/.vuepress/styles/index.styl docs/.vuepress/styles/palette.styl docs/.vuepress/versions.json docs/2.6/sidebar.js docs/3.0/sidebar.js docs/3.1/sidebar.js docs/3.2/sidebar.js docs/3.3/sidebar.js docs/3.4/sidebar.js docs/3.5/sidebar.js docs/3.6/sidebar.js docs/3.7/sidebar.js docs/4.0/sidebar.js docs/4.1/sidebar.js docs/4.10/sidebar.js docs/4.11/sidebar.js docs/4.12/sidebar.js docs/4.13/sidebar.js docs/4.14/sidebar.js docs/4.15/sidebar.js docs/4.16/sidebar.js docs/4.17/sidebar.js docs/4.18/sidebar.js docs/4.2/sidebar.js docs/4.3/sidebar.js docs/4.4/sidebar.js docs/4.5/sidebar.js docs/4.6/sidebar.js docs/4.7/sidebar.js docs/4.8/sidebar.js docs/4.9/sidebar.js docs/5.0/sidebar.js docs/5.1/sidebar.js docs/master/sidebar.js docs/package.json docs/users/mll.svg docs/users/utecca.svg docs/yarn.lock netlify.toml node.dockerfile php.dockerfile phpbench.json phpstan.neon phpunit.xml.dist rector.php src/ClientDirectives/ClientDirective.php src/Console/CacheCommand.php src/Console/ClearCacheCommand.php src/Console/DirectiveCommand.php src/Console/FieldGeneratorCommand.php src/Console/IdeHelperCommand.php src/Console/InterfaceCommand.php src/Console/LighthouseGeneratorCommand.php src/Console/MutationCommand.php src/Console/PrintSchemaCommand.php src/Console/QueryCommand.php src/Console/ScalarCommand.php src/Console/SubscriptionCommand.php src/Console/UnionCommand.php src/Console/ValidateSchemaCommand.php src/Console/ValidatorCommand.php src/Console/stubs/directive.stub src/Console/stubs/directives/arg_builder_directive_methods.stub src/Console/stubs/directives/arg_manipulator_imports.stub src/Console/stubs/directives/arg_manipulator_methods.stub src/Console/stubs/directives/arg_resolver_imports.stub src/Console/stubs/directives/arg_resolver_methods.stub src/Console/stubs/directives/arg_transformer_directive_methods.stub src/Console/stubs/directives/field_manipulator_imports.stub src/Console/stubs/directives/field_manipulator_methods.stub src/Console/stubs/directives/field_middleware_imports.stub src/Console/stubs/directives/field_middleware_methods.stub src/Console/stubs/directives/field_resolver_imports.stub src/Console/stubs/directives/field_resolver_methods.stub src/Console/stubs/directives/type_extension_manipulator_imports.stub src/Console/stubs/directives/type_extension_manipulator_methods.stub src/Console/stubs/directives/type_manipulator_imports.stub src/Console/stubs/directives/type_manipulator_methods.stub src/Console/stubs/directives/type_middleware_imports.stub src/Console/stubs/directives/type_middleware_methods.stub src/Console/stubs/directives/type_resolver_imports.stub src/Console/stubs/directives/type_resolver_methods.stub src/Console/stubs/field_full.stub src/Console/stubs/field_simple.stub src/Console/stubs/scalar.stub src/Console/stubs/subscription.stub src/Console/stubs/typeResolver.stub src/Console/stubs/validator.stub src/Defer/Defer.php src/Defer/DeferServiceProvider.php src/Defer/DeferrableDirective.php src/Events/BuildExtensionsResponse.php src/Events/BuildSchemaString.php src/Events/ManipulateAST.php src/Events/ManipulateResult.php src/Events/RegisterDirectiveNamespaces.php src/Events/StartExecution.php src/Events/StartRequest.php src/Exceptions/AuthenticationException.php src/Exceptions/AuthorizationException.php src/Exceptions/DefinitionException.php src/Exceptions/DirectiveException.php src/Exceptions/GenericException.php src/Exceptions/InvalidDriverException.php src/Exceptions/ParseException.php src/Exceptions/RendersErrorsExtensions.php src/Exceptions/ValidationException.php src/Execution/Arguments/ArgPartitioner.php src/Execution/Arguments/Argument.php src/Execution/Arguments/ArgumentSet.php src/Execution/Arguments/ArgumentSetFactory.php src/Execution/Arguments/ArgumentTypeNodeConverter.php src/Execution/Arguments/ListType.php src/Execution/Arguments/NamedType.php src/Execution/Arguments/NestedBelongsTo.php src/Execution/Arguments/NestedManyToMany.php src/Execution/Arguments/NestedMorphTo.php src/Execution/Arguments/NestedOneToMany.php src/Execution/Arguments/NestedOneToOne.php src/Execution/Arguments/ResolveNested.php src/Execution/Arguments/SaveModel.php src/Execution/Arguments/UpdateModel.php src/Execution/Arguments/UpsertModel.php src/Execution/ContextFactory.php src/Execution/DataLoader/BatchLoader.php src/Execution/DataLoader/BatchLoaderRegistry.php src/Execution/DataLoader/PaginatedRelationLoader.php src/Execution/DataLoader/RelationBatchLoader.php src/Execution/DataLoader/RelationCountLoader.php src/Execution/DataLoader/RelationLoader.php src/Execution/DataLoader/SimpleRelationLoader.php src/Execution/ErrorHandler.php src/Execution/ErrorPool.php src/Execution/ExtensionErrorHandler.php src/Execution/ExtensionsResponse.php src/Execution/ReportingErrorHandler.php src/Execution/Resolved.php src/Execution/SingleResponse.php src/Execution/Utils/ModelKey.php src/Execution/Utils/Subscription.php src/Execution/ValidationRulesProvider.php src/GlobalId/GlobalId.php src/GlobalId/GlobalIdDirective.php src/GlobalId/GlobalIdServiceProvider.php src/GlobalId/NodeRegistry.php src/GraphQL.php src/LighthouseServiceProvider.php src/OrderBy/OrderByDirective.php src/OrderBy/OrderByServiceProvider.php src/Pagination/ConnectionField.php src/Pagination/Cursor.php src/Pagination/PaginateDirective.php src/Pagination/PaginationArgs.php src/Pagination/PaginationManipulator.php src/Pagination/PaginationServiceProvider.php src/Pagination/PaginationType.php src/Pagination/PaginatorField.php src/Schema/AST/ASTBuilder.php src/Schema/AST/ASTHelper.php src/Schema/AST/DocumentAST.php src/Schema/AST/TypeNodeConverter.php src/Schema/Context.php src/Schema/DirectiveLocator.php src/Schema/Directives/AllDirective.php src/Schema/Directives/ArgTraversalDirective.php src/Schema/Directives/AuthDirective.php src/Schema/Directives/BaseDirective.php src/Schema/Directives/BelongsToDirective.php src/Schema/Directives/BelongsToManyDirective.php src/Schema/Directives/BroadcastDirective.php src/Schema/Directives/BuilderDirective.php src/Schema/Directives/CacheDirective.php src/Schema/Directives/CacheKeyDirective.php src/Schema/Directives/CanDirective.php src/Schema/Directives/ComplexityDirective.php src/Schema/Directives/CountDirective.php src/Schema/Directives/CreateDirective.php src/Schema/Directives/DeleteDirective.php src/Schema/Directives/DeprecatedDirective.php src/Schema/Directives/EnumDirective.php src/Schema/Directives/EqDirective.php src/Schema/Directives/EventDirective.php src/Schema/Directives/FieldDirective.php src/Schema/Directives/FindDirective.php src/Schema/Directives/FirstDirective.php src/Schema/Directives/GuardDirective.php src/Schema/Directives/HasManyDirective.php src/Schema/Directives/HasOneDirective.php src/Schema/Directives/HashDirective.php src/Schema/Directives/InDirective.php src/Schema/Directives/InjectDirective.php src/Schema/Directives/InterfaceDirective.php src/Schema/Directives/LazyLoadDirective.php src/Schema/Directives/LimitDirective.php src/Schema/Directives/MethodDirective.php src/Schema/Directives/ModelDirective.php src/Schema/Directives/ModifyModelExistenceDirective.php src/Schema/Directives/MorphManyDirective.php src/Schema/Directives/MorphOneDirective.php src/Schema/Directives/MorphToDirective.php src/Schema/Directives/MorphToManyDirective.php src/Schema/Directives/MutationExecutorDirective.php src/Schema/Directives/NamespaceDirective.php src/Schema/Directives/NeqDirective.php src/Schema/Directives/NestDirective.php src/Schema/Directives/NodeDirective.php src/Schema/Directives/NotInDirective.php src/Schema/Directives/RelationDirective.php src/Schema/Directives/RenameArgsDirective.php src/Schema/Directives/RenameDirective.php src/Schema/Directives/SanitizeDirective.php src/Schema/Directives/ScalarDirective.php src/Schema/Directives/ScopeDirective.php src/Schema/Directives/SearchDirective.php src/Schema/Directives/SpreadDirective.php src/Schema/Directives/SubscriptionDirective.php src/Schema/Directives/TransformArgsDirective.php src/Schema/Directives/TrimDirective.php src/Schema/Directives/UnionDirective.php src/Schema/Directives/UpdateDirective.php src/Schema/Directives/UpsertDirective.php src/Schema/Directives/WhereAuthDirective.php src/Schema/Directives/WhereBetweenDirective.php src/Schema/Directives/WhereDirective.php src/Schema/Directives/WhereJsonContainsDirective.php src/Schema/Directives/WhereNotBetweenDirective.php src/Schema/Directives/WithCountDirective.php src/Schema/Directives/WithDirective.php src/Schema/Directives/WithRelationDirective.php src/Schema/ExecutableTypeNodeConverter.php src/Schema/Factories/ArgumentFactory.php src/Schema/Factories/DirectiveFactory.php src/Schema/Factories/FieldFactory.php src/Schema/FallbackTypeNodeConverter.php src/Schema/ResolverProvider.php src/Schema/RootType.php src/Schema/SchemaBuilder.php src/Schema/Source/SchemaSourceProvider.php src/Schema/Source/SchemaStitcher.php src/Schema/TypeRegistry.php src/Schema/Types/GraphQLSubscription.php src/Schema/Types/LaravelEnumType.php src/Schema/Types/NotFoundSubscription.php src/Schema/Types/Scalars/Date.php src/Schema/Types/Scalars/DateScalar.php src/Schema/Types/Scalars/DateTime.php src/Schema/Types/Scalars/DateTimeTz.php src/Schema/Types/Scalars/DateTimeUtc.php src/Schema/Types/Scalars/Upload.php src/Schema/Values/CacheValue.php src/Schema/Values/FieldValue.php src/Schema/Values/TypeValue.php src/SoftDeletes/ForceDeleteDirective.php src/SoftDeletes/RestoreDirective.php src/SoftDeletes/SoftDeletesDirective.php src/SoftDeletes/SoftDeletesServiceProvider.php src/SoftDeletes/TrashedDirective.php src/Subscriptions/Authorizer.php src/Subscriptions/BroadcastManager.php src/Subscriptions/BroadcastSubscriptionJob.php src/Subscriptions/Broadcasters/EchoBroadcaster.php src/Subscriptions/Broadcasters/LogBroadcaster.php src/Subscriptions/Broadcasters/PusherBroadcaster.php src/Subscriptions/Contracts/AuthorizesSubscriptions.php src/Subscriptions/Contracts/Broadcaster.php src/Subscriptions/Contracts/BroadcastsSubscriptions.php src/Subscriptions/Contracts/ContextSerializer.php src/Subscriptions/Contracts/StoresSubscriptions.php src/Subscriptions/Contracts/SubscriptionExceptionHandler.php src/Subscriptions/Contracts/SubscriptionIterator.php src/Subscriptions/Events/EchoSubscriptionEvent.php src/Subscriptions/ExceptionHandler.php src/Subscriptions/Exceptions/UnauthorizedSubscriber.php src/Subscriptions/Iterators/AuthenticatingSyncIterator.php src/Subscriptions/Iterators/SyncIterator.php src/Subscriptions/Serializer.php src/Subscriptions/Storage/CacheStorageManager.php src/Subscriptions/Storage/RedisStorageManager.php src/Subscriptions/Subscriber.php src/Subscriptions/SubscriptionBroadcaster.php src/Subscriptions/SubscriptionGuard.php src/Subscriptions/SubscriptionRegistry.php src/Subscriptions/SubscriptionResolverProvider.php src/Subscriptions/SubscriptionRouter.php src/Subscriptions/SubscriptionServiceProvider.php src/Support/AppVersion.php src/Support/Compatibility/LaravelMiddlewareAdapter.php src/Support/Compatibility/LumenMiddlewareAdapter.php src/Support/Compatibility/MiddlewareAdapter.php src/Support/Contracts/ArgBuilderDirective.php src/Support/Contracts/ArgDirective.php src/Support/Contracts/ArgDirectiveForArray.php src/Support/Contracts/ArgManipulator.php src/Support/Contracts/ArgResolver.php src/Support/Contracts/ArgSanitizerDirective.php src/Support/Contracts/ArgTransformerDirective.php src/Support/Contracts/ArgumentSetValidation.php src/Support/Contracts/ArgumentValidation.php src/Support/Contracts/CanStreamResponse.php src/Support/Contracts/CreatesContext.php src/Support/Contracts/CreatesResponse.php src/Support/Contracts/Directive.php src/Support/Contracts/FieldBuilderDirective.php src/Support/Contracts/FieldManipulator.php src/Support/Contracts/FieldMiddleware.php src/Support/Contracts/FieldResolver.php src/Support/Contracts/GlobalId.php src/Support/Contracts/GraphQLContext.php src/Support/Contracts/ProvidesResolver.php src/Support/Contracts/ProvidesSubscriptionResolver.php src/Support/Contracts/ProvidesValidationRules.php src/Support/Contracts/TypeExtensionManipulator.php src/Support/Contracts/TypeManipulator.php src/Support/Contracts/TypeMiddleware.php src/Support/Contracts/TypeResolver.php src/Support/DriverManager.php src/Support/Http/Controllers/GraphQLController.php src/Support/Http/Controllers/SubscriptionController.php src/Support/Http/Middleware/AcceptJson.php src/Support/Http/Middleware/AttemptAuthentication.php src/Support/Http/Middleware/LogGraphQLQueries.php src/Support/Http/Responses/MemoryStream.php src/Support/Http/Responses/ResponseStream.php src/Support/Http/Responses/Stream.php src/Support/Http/routes.php src/Support/Traits/GeneratesColumnsEnum.php src/Support/Traits/HasArgumentValue.php src/Support/Utils.php src/Testing/MakesGraphQLRequests.php src/Testing/MakesGraphQLRequestsLumen.php src/Testing/MockDirective.php src/Testing/MockResolver.php src/Testing/MocksResolvers.php src/Testing/TestResponseMixin.php src/Testing/TestResponseUtils.php src/Testing/TestSchemaProvider.php src/Testing/TestingServiceProvider.php src/Testing/UsesTestSchema.php src/Tracing/Tracing.php src/Tracing/TracingDirective.php src/Tracing/TracingServiceProvider.php src/Validation/BaseRulesDirective.php src/Validation/RulesDirective.php src/Validation/RulesForArrayDirective.php src/Validation/RulesGatherer.php src/Validation/ValidateDirective.php src/Validation/ValidationServiceProvider.php src/Validation/Validator.php src/Validation/ValidatorDirective.php src/WhereConditions/Operator.php src/WhereConditions/SQLOperator.php src/WhereConditions/WhereConditionsBaseDirective.php src/WhereConditions/WhereConditionsDirective.php src/WhereConditions/WhereConditionsServiceProvider.php src/WhereConditions/WhereHasConditionsDirective.php src/default-schema.graphql src/lighthouse.php tests/Console/CacheCommandTest.php tests/Console/IdeHelperCommandTest.php tests/Console/LighthouseGeneratorCommandTest.php tests/Console/PrintSchemaCommandTest.php tests/Console/UnionDirective.php tests/Console/ValidateSchemaCommandTest.php tests/Constants.php tests/DBTestCase.php tests/Integration/CustomDefaultResolverTest.php tests/Integration/Defer/DeferDBTest.php tests/Integration/Defer/DeferIncludeSkipTest.php tests/Integration/Defer/DeferTest.php tests/Integration/ErrorHandlersTest.php tests/Integration/ErrorTest.php tests/Integration/Events/FieldDirective.php tests/Integration/Execution/ArgBuilderDirectiveTest.php tests/Integration/Execution/DataLoader/PaginatedRelationLoaderTest.php tests/Integration/Execution/DataLoader/RelationBatchLoaderTest.php tests/Integration/Execution/DataLoader/RelationCountBatchLoaderTest.php tests/Integration/Execution/FieldBuilderDirectiveTest.php tests/Integration/Execution/MutationExecutor/BelongsToManyTest.php tests/Integration/Execution/MutationExecutor/BelongsToTest.php tests/Integration/Execution/MutationExecutor/HasManyTest.php tests/Integration/Execution/MutationExecutor/HasOneTest.php tests/Integration/Execution/MutationExecutor/MorphManyTest.php tests/Integration/Execution/MutationExecutor/MorphOneTest.php tests/Integration/Execution/MutationExecutor/MorphToManyTest.php tests/Integration/Execution/MutationExecutor/MorphToTest.php tests/Integration/FieldMiddlewareTest.php tests/Integration/FileUploadTest.php tests/Integration/GraphQLTest.php tests/Integration/IntrospectionTest.php tests/Integration/Models/UserTest.php tests/Integration/MultipleRequestsTest.php tests/Integration/OrderBy/OrderByDirectiveDBTest.php tests/Integration/OrderBy/OrderByDirectiveTest.php tests/Integration/Pagination/PaginateDirectiveDBTest.php tests/Integration/ReportingErrorHandlerTest.php tests/Integration/RouteRegistrationTest.php tests/Integration/Schema/Directives/AllDirectiveTest.php tests/Integration/Schema/Directives/BelongsToDirectiveTest.php tests/Integration/Schema/Directives/BelongsToManyDirectiveTest.php tests/Integration/Schema/Directives/BuilderDirectiveTest.php tests/Integration/Schema/Directives/CacheDirectiveTest.php tests/Integration/Schema/Directives/CanDirectiveDBTest.php tests/Integration/Schema/Directives/CountDirectiveDBTest.php tests/Integration/Schema/Directives/CreateDirectiveTest.php tests/Integration/Schema/Directives/DeleteDirectiveTest.php tests/Integration/Schema/Directives/EventDirectiveTest.php tests/Integration/Schema/Directives/FindDirectiveTest.php tests/Integration/Schema/Directives/FirstDirectiveTest.php tests/Integration/Schema/Directives/Fixtures/CompanyWasCreatedEvent.php tests/Integration/Schema/Directives/HasManyDirectiveTest.php tests/Integration/Schema/Directives/HasOneDirectiveTest.php tests/Integration/Schema/Directives/InjectDirectiveDBTest.php tests/Integration/Schema/Directives/InjectDirectiveTest.php tests/Integration/Schema/Directives/LimitDirectiveTest.php tests/Integration/Schema/Directives/MorphManyDirectiveTest.php tests/Integration/Schema/Directives/MorphOneDirectiveTest.php tests/Integration/Schema/Directives/MorphOneFromUnionTest.php tests/Integration/Schema/Directives/MorphToDirectiveTest.php tests/Integration/Schema/Directives/MorphToManyDirectiveTest.php tests/Integration/Schema/Directives/NestDirectiveTest.php tests/Integration/Schema/Directives/ScopeDirectiveTest.php tests/Integration/Schema/Directives/SearchDirectiveTest.php tests/Integration/Schema/Directives/SpreadDirectiveDBTest.php tests/Integration/Schema/Directives/TrimDirectiveTest.php tests/Integration/Schema/Directives/UpdateDirectiveTest.php tests/Integration/Schema/Directives/UpsertDirectiveTest.php tests/Integration/Schema/Directives/WhereJsonContainsDirectiveDBTest.php tests/Integration/Schema/Directives/WithCountDirectiveTest.php tests/Integration/Schema/Directives/WithDirectiveTest.php tests/Integration/Schema/NodeDirectiveDBTest.php tests/Integration/Schema/Types/InterfaceTest.php tests/Integration/Schema/Types/LaravelEnumTypeDBTest.php tests/Integration/Schema/Types/UnionTest.php tests/Integration/SchemaCachingTest.php tests/Integration/SoftDeletes/ForceDeleteDirectiveTest.php tests/Integration/SoftDeletes/RestoreDirectiveTest.php tests/Integration/SoftDeletes/SoftDeletesAndTrashedDirectiveTest.php tests/Integration/Subscriptions/Broadcast/BroadcastDBTest.php tests/Integration/Subscriptions/EchoBroadcaster/AuthorizeRequestsTest.php tests/Integration/Subscriptions/EchoBroadcaster/EchoTestCase.php tests/Integration/Subscriptions/SerializerTest.php tests/Integration/Subscriptions/Storage/RedisStorageManagerTest.php tests/Integration/Subscriptions/SubscriptionTest.php tests/Integration/Tracing/TracingExtensionTest.php tests/Integration/Validation/RulesDirectiveTest.php tests/Integration/Validation/RulesForArrayDirectiveTest.php tests/Integration/Validation/ValidationTest.php tests/Integration/Validation/ValidatorDirectiveTest.php tests/Integration/WhereConditions/WhereConditionsDirectiveTest.php tests/Integration/WhereConditions/WhereHasConditionsDirectiveTest.php tests/Laravel7ExceptionHandler.php tests/PreLaravel7ExceptionHandler.php tests/SerializingArrayStore.php tests/TestCase.php tests/TestsSerialization.php tests/Unit/Events/BuildSchemaStringTest.php tests/Unit/Events/ManipulateASTTest.php tests/Unit/Events/ManipulateResultTest.php tests/Unit/Events/RegisterDirectiveNamespacesTest.php tests/Unit/Execution/Arguments/ArgPartitionerTest.php tests/Unit/Execution/Arguments/ArgumentSetFactoryTest.php tests/Unit/Execution/Arguments/ArgumentSetTest.php tests/Unit/Execution/Arguments/Fixtures/Nested.php tests/Unit/Execution/Utils/ModelKeyTest.php tests/Unit/GlobalId/GlobalIdDirectiveTest.php tests/Unit/GlobalId/GlobalIdTest.php tests/Unit/Pagination/PaginateDirectiveTest.php tests/Unit/Schema/AST/ASTBuilderTest.php tests/Unit/Schema/AST/ASTHelperTest.php tests/Unit/Schema/AST/DocumentASTTest.php tests/Unit/Schema/AST/SchemaStitcherTest.php tests/Unit/Schema/ClientDirectiveTest.php tests/Unit/Schema/Directives/AuthDirectiveTest.php tests/Unit/Schema/Directives/BaseDirectiveTest.php tests/Unit/Schema/Directives/CanDirectiveTest.php tests/Unit/Schema/Directives/ComplexityDirectiveTest.php tests/Unit/Schema/Directives/DeprecatedDirectiveTest.php tests/Unit/Schema/Directives/FieldDirectiveTest.php tests/Unit/Schema/Directives/Fixtures/Foo.php tests/Unit/Schema/Directives/GuardDirectiveTest.php tests/Unit/Schema/Directives/HashDirectiveTest.php tests/Unit/Schema/Directives/MethodDirectiveTest.php tests/Unit/Schema/Directives/NamespaceDirectiveTest.php tests/Unit/Schema/Directives/RenameDirectiveTest.php tests/Unit/Schema/Directives/SpreadDirectiveTest.php tests/Unit/Schema/Execution/ContextFactoryTest.php tests/Unit/Schema/Execution/Fixtures/FooContext.php tests/Unit/Schema/Factories/DirectiveFactoryTest.php tests/Unit/Schema/ResolverProviderTest.php tests/Unit/Schema/SchemaBuilderTest.php tests/Unit/Schema/SecurityTest.php tests/Unit/Schema/Source/SchemaSourceProviderTest.php tests/Unit/Schema/TypeRegistryTest.php tests/Unit/Schema/Types/LaravelEnumTypeTest.php tests/Unit/Schema/Types/Scalars/DateScalarTest.php tests/Unit/Schema/Types/Scalars/DateTest.php tests/Unit/Schema/Types/Scalars/DateTimeTest.php tests/Unit/Schema/Types/Scalars/DateTimeTzTest.php tests/Unit/Schema/Types/Scalars/DateTimeUtcTest.php tests/Unit/Schema/Types/Scalars/UploadTest.php tests/Unit/Subscriptions/BroadcastManagerTest.php tests/Unit/Subscriptions/Broadcasters/EchoBroadcasterTest.php tests/Unit/Subscriptions/Iterators/AuthenticatingSyncIteratorTest.php tests/Unit/Subscriptions/Iterators/IteratorTest.php tests/Unit/Subscriptions/Iterators/SyncIteratorTest.php tests/Unit/Subscriptions/Storage/CacheStorageManagerTest.php tests/Unit/Subscriptions/Storage/RedisStorageManagerTest.php tests/Unit/Subscriptions/SubscriberTest.php tests/Unit/Subscriptions/SubscriptionTest.php tests/Unit/Subscriptions/SubscriptionTestCase.php tests/Unit/Support/Http/Middleware/AcceptJsonTest.php tests/Unit/Support/Http/Middleware/AttemptAuthenticationTest.php tests/Unit/Support/Http/Middleware/LogGraphQLQueriesTest.php tests/Unit/Testing/MakesGraphQLRequestsTest.php tests/Unit/Testing/MocksResolversTest.php tests/Utils/BatchLoaders/UserLoader.php tests/Utils/Directives/CustomFieldMiddlewareDirective.php tests/Utils/Directives/FooDirective.php tests/Utils/Interfaces/Nameable.php tests/Utils/InterfacesSecondary/Bar.php tests/Utils/LaravelEnums/AOrB.php tests/Utils/LaravelEnums/LocalizedUserType.php tests/Utils/Models/ACL.php tests/Utils/Models/Activity.php tests/Utils/Models/Category.php tests/Utils/Models/Closure.php tests/Utils/Models/Color.php tests/Utils/Models/Comment.php tests/Utils/Models/Company.php tests/Utils/Models/Contractor.php tests/Utils/Models/Employee.php tests/Utils/Models/Image.php tests/Utils/Models/Post.php tests/Utils/Models/Product.php tests/Utils/Models/Role.php tests/Utils/Models/RoleUserPivot.php tests/Utils/Models/Tag.php tests/Utils/Models/Task.php tests/Utils/Models/Team.php tests/Utils/Models/User.php tests/Utils/Models/WithEnum.php tests/Utils/Models/WithoutRelationClassImport.php tests/Utils/ModelsSecondary/Category.php tests/Utils/ModelsSecondary/OnlyHere.php tests/Utils/Mutations/Foo.php tests/Utils/Mutations/Upload.php tests/Utils/NullErrorHandler.php tests/Utils/Policies/AuthServiceProvider.php tests/Utils/Policies/PostPolicy.php tests/Utils/Policies/TaskPolicy.php tests/Utils/Policies/UserPolicy.php tests/Utils/Queries/Bar.php tests/Utils/Queries/Foo.php tests/Utils/Queries/FooBar.php tests/Utils/Queries/MissingInvoke.php tests/Utils/QueriesSecondary/Baz.php tests/Utils/QueriesSecondary/Foo.php tests/Utils/Resolvers/Foo.php tests/Utils/Rules/FooBarRule.php tests/Utils/Scalars/Email.php tests/Utils/Subscriptions/DummySubscriber.php tests/Utils/Subscriptions/OnPostCreated.php tests/Utils/Subscriptions/TaskCreated.php tests/Utils/Subscriptions/TaskUpdated.php tests/Utils/Unions/CustomStuff.php tests/Utils/Unions/Person.php tests/Utils/Validators/EmailCustomAttributeValidator.php tests/Utils/Validators/EmailCustomMessageValidator.php tests/Utils/Validators/Query/FooValidator.php tests/Utils/Validators/SelfValidatingValidator.php tests/Utils/Validators/WithGlobalIdValidator.php tests/database/factories/ACLFactory.php tests/database/factories/ActivityFactory.php tests/database/factories/CategoryFactory.php tests/database/factories/ColorFactory.php tests/database/factories/CommentFactory.php tests/database/factories/CompanyFactory.php tests/database/factories/ContractorFactory.php tests/database/factories/EmployeeFactory.php tests/database/factories/ImageFactory.php tests/database/factories/PostFactory.php tests/database/factories/ProductFactory.php tests/database/factories/RoleFactory.php tests/database/factories/TagFactory.php tests/database/factories/TaskFactory.php tests/database/factories/TeamFactory.php tests/database/factories/UserFactory.php tests/database/migrations/2018_02_28_000000_create_testbench_companies_table.php tests/database/migrations/2018_02_28_000000_create_testbench_images_table.php tests/database/migrations/2018_02_28_000001_create_testbench_teams_table.php tests/database/migrations/2018_02_28_000002_create_testbench_users_table.php tests/database/migrations/2018_02_28_000002_create_testbench_with_enums_table.php tests/database/migrations/2018_02_28_000003_create_testbench_tasks_table.php tests/database/migrations/2018_02_28_000004_create_testbench_posts_table.php tests/database/migrations/2018_02_28_000005_create_testbench_comments_table.php tests/database/migrations/2018_09_30_000006_create_testbench_tags_table.php tests/database/migrations/2018_09_30_000007_create_testbench_taggables_table.php tests/database/migrations/2018_10_07_000008_create_testbench_acls_table.php tests/database/migrations/2018_10_07_000009_create_testbench_roles_table.php tests/database/migrations/2018_10_07_000010_create_testbench_role_user_table.php tests/database/migrations/2018_11_25_000004_create_testbench_colors_table.php tests/database/migrations/2018_11_25_000005_create_testbench_products_table.php tests/database/migrations/2018_12_08_000001_create_testbench_categories_table.php tests/database/migrations/2019_11_04_000001_create_testbench_contractors_table.php tests/database/migrations/2019_11_04_000001_create_testbench_employees_table.php tests/database/migrations/2020_07_09_000000_create_testbench_activities_table.php <<<<<< network # path=./coverage.xml <<<<<< EOF # path=fixes ./src/Pagination/PaginationServiceProvider.php:13,15,22,23,29,30,31,34,61,63,66,93,95,96 ./src/Pagination/PaginationType.php:11,24,38,39,40,43,45,48,50,51 ./src/Pagination/Cursor.php:17,28,31,34,40,42,43 ./src/Pagination/ConnectionField.php:11,18,38,47,80,81,82,86,87 ./src/Pagination/PaginatorField.php:9,17,28,37,40,41 ./src/Pagination/PaginationArgs.php:11,32,40,44,49,50,59,60,63,66,68,71,73,79,83,91,94,98,99 ./src/Pagination/PaginationManipulator.php:13,31,33,42,46,68,69,89,101,103,116,118,123,128,132,140,149,150,151,155,158,181,183,188,193,199,203,210,213,214 ./src/Pagination/PaginateDirective.php:17,19,73,75,78,87,88,97,98,101,110,117,122,123,124,127,130,131,134,137,140,143,144 ./src/Defer/DeferrableDirective.php:19,25,33,41,43,46,59,64,65,68,76,82,85,86,93,94,100,101,109,110,116,120,121,124,125 ./src/Defer/Defer.php:20,72,77,83,87,99,100,103,105,113,116,120,125,131,135,138,141,149,159,162,165,167,170,172,181,184,195,204,212,215,218,219,220,223,225,231,233,239,242,245,251,254,257,263,267,268,274,277,278 ./src/Defer/DeferServiceProvider.php:13,18,23,24,29,30,36,40,41 ./src/GraphQL.php:32,89,95,111,115,116,121,122,130,139,142,150,158,159,185,196,201,206,207,211,220,230,237,238,243,248,254,258,259,262,268,274,275 ./src/Validation/ValidatorDirective.php:22,31,47,50,52,55,57,60,62,65,71,76,79,82,86,87,93,96,110,113,123,133,134,135,136,139,145,146,147,148 ./src/Validation/ValidationServiceProvider.php:10,15,20,21,22,23 ./src/Validation/Validator.php:10,19,21,24,26,32,34,44,49,50,51 ./src/Validation/RulesForArrayDirective.php:9,11,48,50,53,58,61,62 ./src/Validation/RulesGatherer.php:16,39,41,47,56,61,69,72,73,74,81,88,91,92,93,101,108,111,112,113,121,126,127,133,137,144,145,151,155,164,165,166,174,182,185,191,193,194 ./src/Validation/ValidateDirective.php:15,22,24,27,34,37,52,58,61,63,64,65 ./src/Validation/RulesDirective.php:8,10,50,52,53 ./src/Validation/BaseRulesDirective.php:15,17,26,27,30,33,37,50,53,56,59,61,71,74,79,83,88,89,90,93,97,101,107,112,117,118,123,127,128,129,130,137,141,142,150,154,155,156 ./src/ClientDirectives/ClientDirective.php:18,30,32,47,53,56,62,65,74,77,78 ./src/OrderBy/OrderByServiceProvider.php:13,20,25,26,41,51,52,53,54,57,66,68,69,70 ./src/OrderBy/OrderByDirective.php:19,23,71,73,83,88,89,92,112,115,116,123,127,128,129 ./src/Exceptions/ParseException.php:9,16,18,28,30,31 ./src/Exceptions/GenericException.php:8,23,27,35,39,40 ./src/Exceptions/DirectiveException.php:9,11,13,16,18,19 ./src/Exceptions/AuthenticationException.php:8,13,15,18,20,26,28,29 ./src/Exceptions/RendersErrorsExtensions.php:14,22 ./src/Exceptions/DefinitionException.php:14,16,18,21,23,24 ./src/Exceptions/ValidationException.php:9,18,22,25,27,30,32,35,39,40 ./src/Exceptions/AuthorizationException.php:9,21,23,33,35,36 ./src/Exceptions/InvalidDriverException.php:8,10 ./src/Support/Contracts/GlobalId.php:9,33 ./src/Support/Contracts/FieldMiddleware.php:9,17 ./src/Support/Contracts/ArgumentSetValidation.php:11,39 ./src/Support/Contracts/FieldBuilderDirective.php:6,14 ./src/Support/Contracts/ArgSanitizerDirective.php:6,14 ./src/Support/Contracts/ArgDirective.php:10,12 ./src/Support/Contracts/ArgDirectiveForArray.php:10,12 ./src/Support/Contracts/TypeManipulator.php:9,17 ./src/Support/Contracts/ProvidesSubscriptionResolver.php:9,14 ./src/Support/Contracts/ArgumentValidation.php:11,36 ./src/Support/Contracts/Directive.php:6,16 ./src/Support/Contracts/ArgTransformerDirective.php:6,14 ./src/Support/Contracts/TypeMiddleware.php:9,16 ./src/Support/Contracts/TypeExtensionManipulator.php:9,16 ./src/Support/Contracts/TypeResolver.php:8,15 ./src/Support/Contracts/FieldManipulator.php:10,20,21 ./src/Support/Contracts/CreatesResponse.php:6,14 ./src/Support/Contracts/CanStreamResponse.php:6,16 ./src/Support/Contracts/ArgBuilderDirective.php:6,15 ./src/Support/Contracts/ProvidesValidationRules.php:6,16 ./src/Support/Contracts/GraphQLContext.php:6,20 ./src/Support/Contracts/ArgManipulator.php:11,22,23 ./src/Support/Contracts/ProvidesResolver.php:9,14 ./src/Support/Contracts/CreatesContext.php:8,15 ./src/Support/Contracts/FieldResolver.php:8,18 ./src/Support/Contracts/ArgResolver.php:6,13 ./src/Support/Http/Responses/MemoryStream.php:10,17,30,33,36,39,40 ./src/Support/Http/Responses/Stream.php:8,16,20,26,27,30,31 ./src/Support/Http/Responses/ResponseStream.php:12,19,37,43,44,48,49,53,54,57,59,62,64,72,88,94,99,108,113,114,115 ./src/Support/Http/routes.php:14,18,22,28,29 ./src/Support/Http/Middleware/LogGraphQLQueries.php:13,22,24,30,34,37,38 ./src/Support/Http/Middleware/AcceptJson.php:16,24,28,29 ./src/Support/Http/Middleware/AttemptAuthentication.php:13,20,22,29,33,39,42,49,50,51,52 ./src/Support/Http/Controllers/GraphQLController.php:15,26,31,32 ./src/Support/Http/Controllers/SubscriptionController.php:11,13,15,18,20,21 ./src/Support/Compatibility/MiddlewareAdapter.php:6,20 ./src/Support/Compatibility/LumenMiddlewareAdapter.php:9,16,18,26,32,40,43,44 ./src/Support/Compatibility/LaravelMiddlewareAdapter.php:8,15,17,20,22,25,27,28 ./src/Support/DriverManager.php:17,40,42,50,54,62,64,70,72,78,80,88,92,93,101,105,115,120,126,129,138,140,151,156,159,168,170,192 ./src/Support/Traits/HasArgumentValue.php:6,16,18,25,29,30 ./src/Support/Traits/GeneratesColumnsEnum.php:21,26,33,34,37,54,67,70,93,99,103,104 ./src/Support/Utils.php:11,22,26,36,37,40,51,54,57,70,79,80,89,92,95,103,107,108,114,118,119 ./src/Support/AppVersion.php:8,10,12,15,17,20,22,25,27,30,34,38,39 ./src/WhereConditions/WhereConditionsDirective.php:6,8,29,37,41,44,47,49,50 ./src/WhereConditions/WhereConditionsServiceProvider.php:13,21,23,26,31,32,63,64,65,66,69,103,105,106,109,138,140,141,142 ./src/WhereConditions/WhereConditionsBaseDirective.php:20,29,31,46,53,56,57,64,67,68,78,79,85,88,106,110,127,128,135,138,140,166,169,170,178,187,188,189,192,198,201,213,216,219,225 ./src/WhereConditions/WhereHasConditionsDirective.php:8,10,41,49,53,60,63,69,77,78,81,84,86,87 ./src/WhereConditions/SQLOperator.php:8,10,12,15,60,62,65,67,70,72,75,96,104,105,108,114,117,120,124,127,128 ./src/WhereConditions/Operator.php:10,38 ./src/Schema/Directives/LazyLoadDirective.php:11,13,26,29,39,40 ./src/Schema/Directives/UpsertDirective.php:10,12,38,41,43,44 ./src/Schema/Directives/WithRelationDirective.php:16,28,39,41,42,45,57,60,66,71,73,74 ./src/Schema/Directives/NotInDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/CacheDirective.php:22,29,31,34,54,57,60,78,91,98,109,115,118,126,134,148,149,161,162,166,167,168 ./src/Schema/Directives/HasManyDirective.php:8,10,66,68,69 ./src/Schema/Directives/ScopeDirective.php:10,12,26,37,46,47,48,49 ./src/Schema/Directives/InterfaceDirective.php:6,8,22,23 ./src/Schema/Directives/FieldDirective.php:12,14,33,36,42,55,56,57,58,59 ./src/Schema/Directives/WithCountDirective.php:12,14,35,38,42,45,48,51,52,53 ./src/Schema/Directives/RenameArgsDirective.php:13,15,22,25,38,39,41,42,43 ./src/Schema/Directives/WithDirective.php:11,13,31,34,37,40,43,44,45 ./src/Schema/Directives/NodeDirective.php:19,26,28,31,58,61,71,76,79,86,90,91,99,100 ./src/Schema/Directives/GuardDirective.php:23,30,32,35,50,53,61,64,66,67,77,80,87,88,91,99,103,104,107,109,112,114,115 ./src/Schema/Directives/BelongsToManyDirective.php:8,10,65,67,68 ./src/Schema/Directives/EnumDirective.php:6,8,23,31,33,34 ./src/Schema/Directives/DeprecatedDirective.php:8,10,24,25 ./src/Schema/Directives/ArgTraversalDirective.php:18,20,33,34,36,37,40,44,49,59,62,63,66,73,76,79,86 ./src/Schema/Directives/BelongsToDirective.php:6,8,26,27 ./src/Schema/Directives/WhereBetweenDirective.php:8,10,26,35,39,40,41 ./src/Schema/Directives/NamespaceDirective.php:22,26,34,40,48,51,52,58,61,62,68,71,72,73 ./src/Schema/Directives/MorphManyDirective.php:8,10,65,67,68 ./src/Schema/Directives/WhereAuthDirective.php:9,16,18,21,39,42,54,55,56,57 ./src/Schema/Directives/CountDirective.php:15,17,41,44,57,58,59,67,68,69,73,74,77,86,89,92,93,94 ./src/Schema/Directives/SubscriptionDirective.php:14,18,31,32 ./src/Schema/Directives/EventDirective.php:11,18,20,23,38,41,45,49,55,56 ./src/Schema/Directives/UpdateDirective.php:10,12,32,35,37,38 ./src/Schema/Directives/MorphToManyDirective.php:8,10,28,29 ./src/Schema/Directives/MutationExecutorDirective.php:18,25,27,30,41,54,55,56,64,77,84,92,93,99 ./src/Schema/Directives/InjectDirective.php:14,16,37,43,48,49,55,56,69,71,72,73 ./src/Schema/Directives/RenameDirective.php:10,12,26,29,35,36,37,45,51,52,55,56 ./src/Schema/Directives/RelationDirective.php:24,26,39,46,49,52,63,64,65,68,71,78,80,86,96,109,120,121,127,133,134,137,140,146,149,152,155,158,161,167,170,171 ./src/Schema/Directives/NestDirective.php:11,13,21,30,38,39,40 ./src/Schema/Directives/TrimDirective.php:16,18,29,35,43,44,47,60,61,63,64,67,70,73,80,83,86,87 ./src/Schema/Directives/ModelDirective.php:6,8,22,23 ./src/Schema/Directives/FirstDirective.php:12,14,32,35,45,46,47,48 ./src/Schema/Directives/LimitDirective.php:22,24,31,44,45,48,51,55,61,66,67,72,79,83,89,90 ./src/Schema/Directives/CacheKeyDirective.php:8,10,17,18 ./src/Schema/Directives/EqDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/SearchDirective.php:8,10,22,31,41,44,45 ./src/Schema/Directives/SpreadDirective.php:13,15,23,26,39,40,42,43,44 ./src/Schema/Directives/UnionDirective.php:6,8,22,23 ./src/Schema/Directives/ScalarDirective.php:6,8,20,21 ./src/Schema/Directives/AllDirective.php:12,14,32,35,45,46,47,48 ./src/Schema/Directives/MorphToDirective.php:6,8,26,27 ./src/Schema/Directives/ComplexityDirective.php:12,14,28,31,38,48,52,53,54 ./src/Schema/Directives/CanDirective.php:23,30,32,35,77,83,95,98,100,101,110,115,121,125,129,133,144,149,153,156,159,162,164,174,182,183,184,193,199,203,206,207 ./src/Schema/Directives/WhereDirective.php:8,10,33,42,50,51,52 ./src/Schema/Directives/MethodDirective.php:9,14,30,33,44,49,52,53,54,55 ./src/Schema/Directives/TransformArgsDirective.php:9,11,18,21,24,27,28 ./src/Schema/Directives/BaseDirective.php:25,48,50,59,64,70,76,82,84,90,92,101,103,114,128,129,137,140,141,146,147,150,161,169,173,179,184,185,188,202,206,214,215,219,222,230,241,242,245,246 ./src/Schema/Directives/WhereNotBetweenDirective.php:8,10,26,35,39,40,41 ./src/Schema/Directives/WhereJsonContainsDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/HashDirective.php:10,17,19,22,32,38,40,41 ./src/Schema/Directives/SanitizeDirective.php:9,11,18,21,24,27,28 ./src/Schema/Directives/AuthDirective.php:11,18,20,23,36,39,50,51,52,53 ./src/Schema/Directives/FindDirective.php:13,15,33,36,49,52,53,54,55 ./src/Schema/Directives/CreateDirective.php:9,11,31,34,36,37 ./src/Schema/Directives/ModifyModelExistenceDirective.php:21,33,36,39,41,44,53,58,62,70,71,79,80,83,84,85,96,101,115,116,121,122,123,130,139,143,144,161 ./src/Schema/Directives/DeleteDirective.php:18,20,49,52,54,57,59,68,91,94,100,101,112,113,114,115 ./src/Schema/Directives/BuilderDirective.php:9,11,31,40,44,53,60,61,64,65 ./src/Schema/Directives/BroadcastDirective.php:11,13,31,34,48,49 ./src/Schema/Directives/HasOneDirective.php:6,8,26,27 ./src/Schema/Directives/NeqDirective.php:8,10,23,32,37,38,39 ./src/Schema/Directives/InDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/MorphOneDirective.php:6,8,26,27 ./src/Schema/DirectiveLocator.php:20,52,54,62,79,82,90,101,105,112,115,116,119,127,132,135,141,145,155,159,167,172,173,176,182,184,190,195,196,203,207,215,218,227,231,239,243,256,264,272,276,277,280,281 ./src/Schema/FallbackTypeNodeConverter.php:12,19,21,24,26,29,31,34,37,46,49,50 ./src/Schema/Source/SchemaStitcher.php:11,18,22,23,26,32,34,40,45,56,57,60,69,70 ./src/Schema/Source/SchemaSourceProvider.php:6,11 ./src/Schema/ExecutableTypeNodeConverter.php:11,18,20,23,25,28,30,33,36,37 ./src/Schema/Types/Scalars/DateScalar.php:14,21,24,27,35,37,48,53,54,57,68,84,87,93,94,95,108 ./src/Schema/Types/Scalars/DateTimeTz.php:8,10,12,15,21,22,23 ./src/Schema/Types/Scalars/DateTime.php:8,10,12,15,18,19 ./src/Schema/Types/Scalars/DateTimeUtc.php:11,13,15,18,21,22 ./src/Schema/Types/Scalars/Date.php:8,10,12,15,18,19 ./src/Schema/Types/Scalars/Upload.php:12,19,22,23,31,35,36,39,50,53,54,55 ./src/Schema/Types/LaravelEnumType.php:13,26,30,31,51,57,60,63,64 ./src/Schema/Types/NotFoundSubscription.php:11,16,18,24,26,32,33,34 ./src/Schema/Types/GraphQLSubscription.php:12,19,21,29,32,33,41,44,45,54,56,71 ./src/Schema/ResolverProvider.php:14,21,26,30,31,35,36,42,48,49,50,56,72,73,74 ./src/Schema/RootType.php:6,12,15,19,20,21,22 ./src/Schema/Context.php:9,25,28,38,40,43,45,46 ./src/Schema/Factories/FieldFactory.php:16,47,55,64,70,93,94,109,110 ./src/Schema/Factories/DirectiveFactory.php:12,19,21,27,44,47,53,62,63 ./src/Schema/Factories/ArgumentFactory.php:10,18,23,26,38,55,58,59 ./src/Schema/Values/FieldValue.php:18,57,60,68,72,80,86,94,98,104,109,112,115,117,120,122,128,130,136,138,146,156,157,160,162,168,170,173,175,181,183,212,222,226,227 ./src/Schema/Values/CacheValue.php:10,73,79,97,105,120,128,138,146,149,157,158,164,169,170 ./src/Schema/Values/TypeValue.php:8,31,33,39,41,47,49,55,57,65,69,70 ./src/Schema/AST/TypeNodeConverter.php:10,18,20,30,40,41,51,55,60,61,85 ./src/Schema/AST/ASTHelper.php:30,42,56,57,72,75,77,83,87,95,98,105,106,109,115,117,123,125,134,141,151,161,165,173,176,181,187,189,199,203,207,208,211,217,226,234,241,242,243,244,250,252,260,269,270,288,291,292,311,320,324,327,333,341,342,351,352,355,356,361,362,365,366 ./src/Schema/AST/DocumentAST.php:17,54,60,66,67,83,84,85,88,97,108,116,117,126,138,142,154,158,159 ./src/Schema/AST/ASTBuilder.php:31,86,94,97,108,109,112,115,118,126,133,146,149,155,163,164,165,171,182,194,195,196,197,203,213,214,215,225,236,237,238,241,247,248,255,256,262,264,273,277,278,279,285,295,296,297,298,299,305,320,321,322,323,324,325,326,327 ./src/Schema/SchemaBuilder.php:13,20,22,28,44,53,59,60,67,68,73,78,82,85,86 ./src/Schema/TypeRegistry.php:37,75,81,85,93,101,102,105,111,114,122,126,131,139,143,149,153,156,164,174,175,178,189,191,199,215,219,230,247,248,249,252,268,275,281,288,295,296,301,302,308,311,326,331,339,354,358,361,374,377,391,399,405,411,412,416,417,420,430,434,437,451,465,471,472 ./src/Execution/Resolved.php:8,17,20,23,24 ./src/Execution/ContextFactory.php:11,16,18,19 ./src/Execution/Arguments/NestedBelongsTo.php:9,16,18,25,32,34,38,46,48,56,58,61,64,74,82,83,84 ./src/Execution/Arguments/ArgumentTypeNodeConverter.php:8,14,18,25,27,33,35,36 ./src/Execution/Arguments/NamedType.php:6,22,24,25 ./src/Execution/Arguments/ListType.php:6,25,27,28 ./src/Execution/Arguments/NestedMorphTo.php:9,16,18,25,33,37,40,43,44 ./src/Execution/Arguments/UpdateModel.php:10,22,24,31,39,44,45 ./src/Execution/Arguments/UpsertModel.php:8,18,20,27,39,40,43,44 ./src/Execution/Arguments/ArgumentSetFactory.php:16,40,49,60,70,80,89,90,93,102,107,110,119,128,138,142,152,155,158,168,177,181,182 ./src/Execution/Arguments/SaveModel.php:14,21,23,30,36,42,51,58,65,74,86,87,91,94,95 ./src/Execution/Arguments/NestedManyToMany.php:9,16,18,25,32,33,38,39,48,53,54,59,60,61,74,79,91,94,98,99 ./src/Execution/Arguments/ArgumentSet.php:13,44,49,52,58,63,66,74,92,93,96,99,107,119,124,135,136,139,151,157,160,172,180,188,198,201,202,203,215,221,233,247,250,257,265,269,270,271 ./src/Execution/Arguments/NestedOneToOne.php:8,15,17,24,32,38,44,49,50,51,52 ./src/Execution/Arguments/Argument.php:8,38,40,48,50,59,62,66,69,70 ./src/Execution/Arguments/NestedOneToMany.php:9,16,18,25,34,35,36,42,49,50,58,59,67,68,69,70 ./src/Execution/Arguments/ResolveNested.php:8,23,26,32,37,43,46,47 ./src/Execution/Arguments/ArgPartitioner.php:19,27,34,40,41,42,81,82,89,90,93,101,104,110,124,133,142,143,144,162,171,172,178,190,197,201,205,208,209 ./src/Execution/DataLoader/RelationLoader.php:9,21 ./src/Execution/DataLoader/RelationCountLoader.php:12,19,21,24,26,29,31,34,50,61,64,76,85,86,87,88 ./src/Execution/DataLoader/RelationBatchLoader.php:11,40,42,50,53,64,71,80,83,95,99,102,103 ./src/Execution/DataLoader/BatchLoader.php:12,52,58,61,69,77,78,82,91,93,101,108,112,122,128,129,139 ./src/Execution/DataLoader/BatchLoaderRegistry.php:6,25,31,34,43,45,53,61,62,65,66 ./src/Execution/DataLoader/PaginatedRelationLoader.php:18,30,33,36,45,48,50,53,69,96,99,102,108,112,118,126,134,141,142,145,150,160,161,165,166,172,179,180,183,189,195,196,199,200,201 ./src/Execution/DataLoader/SimpleRelationLoader.php:10,17,19,22,24,32,41,42 ./src/Execution/ExtensionErrorHandler.php:15,17,20,35,36,39,40 ./src/Execution/ReportingErrorHandler.php:13,20,22,25,28,34,40,43,44 ./src/Execution/Utils/Subscription.php:13,20,32,40,49,54,55,56 ./src/Execution/Utils/ModelKey.php:12,14,22,23,24 ./src/Execution/SingleResponse.php:9,11,13,14 ./src/Execution/ErrorHandler.php:12,23 ./src/Execution/ErrorPool.php:9,21,23,29,34,43,46,47,50,52,53 ./src/Execution/ExtensionsResponse.php:10,27,30,36,38,44,46,47 ./src/Execution/ValidationRulesProvider.php:13,20,22,25,31,32 ./src/Subscriptions/Storage/CacheStorageManager.php:14,44,48,54,56,59,61,64,74,77,87,88,91,96,99,107,113,114,122,124,130,136,142,156,159,162,164,167,169,170 ./src/Subscriptions/Storage/RedisStorageManager.php:23,41,44,46,49,52,53,59,77,80,94,103,105,108,120,123,126,129,134,137,140,142,145,147,155,163,170,173,178,179 ./src/Subscriptions/Broadcasters/PusherBroadcaster.php:13,27,30,33,39,42,45,49,52,56,57,60,63,67,70,71,72,73 ./src/Subscriptions/Broadcasters/LogBroadcaster.php:12,31,33,36,40,43,47,50,54,57,59,65,67,75,77,78 ./src/Subscriptions/Broadcasters/EchoBroadcaster.php:13,20,22,25,28,29,32,36,44,47,51,54,61,62 ./src/Subscriptions/SubscriptionRegistry.php:19,50,54,62,66,72,74,82,84,90,92,101,106,115,139,141,147,149,155,158,161,162,163,164 ./src/Subscriptions/Authorizer.php:13,37,40,45,52,57,65,66,73,74,82,85,88,89 ./src/Subscriptions/Contracts/SubscriptionIterator.php:9,25 ./src/Subscriptions/Contracts/SubscriptionExceptionHandler.php:8,22 ./src/Subscriptions/Contracts/Broadcaster.php:9,38 ./src/Subscriptions/Contracts/StoresSubscriptions.php:8,36 ./src/Subscriptions/Contracts/ContextSerializer.php:8,22 ./src/Subscriptions/Contracts/BroadcastsSubscriptions.php:9,30 ./src/Subscriptions/Contracts/AuthorizesSubscriptions.php:8,15 ./src/Subscriptions/SubscriptionServiceProvider.php:25,27,31,36,53,54,60,71,80,83,94,95,96 ./src/Subscriptions/Exceptions/UnauthorizedSubscriber.php:8,10 ./src/Subscriptions/SubscriptionResolverProvider.php:19,26,28,36,44,51,52,57,58,68,73,79,84,85,90,94,95 ./src/Subscriptions/Subscriber.php:15,105,113,126,133,134,140,152,161,165,171,173,176,178,179 ./src/Subscriptions/BroadcastManager.php:21,23,25,28,30,33,35,42,48,58,64,66,69,71,72 ./src/Subscriptions/SubscriptionRouter.php:8,15,25,31,36,37 ./src/Subscriptions/Iterators/AuthenticatingSyncIterator.php:18,30,33,36,51,58,64,69,70 ./src/Subscriptions/Iterators/SyncIterator.php:11,13,20,23,25,26 ./src/Subscriptions/Serializer.php:13,22,24,27,42,45,46,59,64,65,68,69 ./src/Subscriptions/SubscriptionGuard.php:11,24,26,29,31,37,39,40 ./src/Subscriptions/SubscriptionBroadcaster.php:16,61,64,69,72,91,96,97,98,99,102,106,107 ./src/Subscriptions/BroadcastSubscriptionJob.php:12,37,41,44,46,47 ./src/Subscriptions/ExceptionHandler.php:9,14,16,22,27,28 ./src/Subscriptions/Events/EchoSubscriptionEvent.php:9,24,27,30,32,40,42,43 ./src/Console/SubscriptionCommand.php:6,14,16,19,21,22 ./src/Console/ClearCacheCommand.php:10,16,19,22,23 ./src/Console/QueryCommand.php:6,14,16,17 ./src/Console/InterfaceCommand.php:6,14,16,19,21,22 ./src/Console/IdeHelperCommand.php:16,31,39,45,48,56,65,76,80,87,90,91,94,100,109,112,119,126,129,131,134,146,157,160,162,165,172,175,177,180,186,187,188 ./src/Console/ValidatorCommand.php:6,29,31,37,39,40 ./src/Console/MutationCommand.php:6,14,16,17 ./src/Console/ScalarCommand.php:6,14,16,19,21,22 ./src/Console/FieldGeneratorCommand.php:8,10,16,22,26,27 ./src/Console/DirectiveCommand.php:23,77,79,82,84,92,105,109,113,121,124,133,139,145,146,154,158,159,160,166,168,174,182,186,187,190,192,195,198,199,202,205,206,209,212,215,221,227,228 ./src/Console/LighthouseGeneratorCommand.php:9,18,22,25,31,35,50,54,55,59,77,82,85,91,94,95 ./src/Console/UnionCommand.php:6,14,16,19,21,22 ./src/Console/ValidateSchemaCommand.php:16,31,39,44,45,51,52 ./src/Console/CacheCommand.php:9,15,19,20 ./src/Console/PrintSchemaCommand.php:15,28,32,41,48,49,52,62,63,66,67 ./src/Tracing/TracingServiceProvider.php:15,20,25,26,31,36,41,46,47,53,55,56 ./src/Tracing/Tracing.php:16,46,50,51,57,60,66,68,74,80,88,89,90,99,108,118,122,131,134,141,147,149,150 ./src/Tracing/TracingDirective.php:14,21,23,26,34,37,56,57 ./src/SoftDeletes/RestoreDirective.php:13,17,39,42,45,48,51,66,67,68 ./src/SoftDeletes/SoftDeletesServiceProvider.php:15,24,27,28,34,51,53,54,55,61,62,63,64 ./src/SoftDeletes/TrashedDirective.php:12,16,23,31,40,45,49,55,56 ./src/SoftDeletes/SoftDeletesDirective.php:13,15,24,27,34,35,36 ./src/SoftDeletes/ForceDeleteDirective.php:12,16,38,41,44,47,50,65,66,67 ./src/GlobalId/GlobalId.php:20,22,24,27,29,32,36,39,43,44 ./src/GlobalId/GlobalIdServiceProvider.php:17,19,22,25,31,32,38,39,40,46,51,61,64,71,77,84,85,88,89 ./src/GlobalId/NodeRegistry.php:14,39,41,61,65,76,85,90,96,102,104,105 ./src/GlobalId/GlobalIdDirective.php:15,22,24,27,61,63,66,74,83,95,96,97,100,101 ./src/Testing/TestResponseMixin.php:12,14,18,32,35,50,54,57,65,68,72,82,83 ./src/Testing/MocksResolvers.php:11,18,25,28,36,44,50,54,55 ./src/Testing/UsesTestSchema.php:8,17,23,26,27,28,29 ./src/Testing/TestResponseUtils.php:14,19,26,27,28,29 ./src/Testing/TestSchemaProvider.php:8,18,20,23,25,26 ./src/Testing/MakesGraphQLRequests.php:18,45,50,55,68,73,74,89,102,107,108,116,119,122,130,132,140,142,150,153,161,162,163,169,171,182,185,191,196,202,208,209 ./src/Testing/MakesGraphQLRequestsLumen.php:18,45,50,56,69,74,77,92,105,110,113,121,124,130,138,140,148,150,158,161,166,172,173,174,180,182,193,196,202,207,213,219,220 ./src/Testing/TestingServiceProvider.php:10,15,20,21,22,25,32,33,34 ./src/Testing/MockResolver.php:10,16,17,18 ./src/Testing/MockDirective.php:10,20,22,28,40,43,50,51,52,53 ./src/LighthouseServiceProvider.php:51,56,66,74,79,82,88,104,111,114,115,126,127,131,135,154,158,159,160 ./src/Events/BuildSchemaString.php:14,23,25,26 ./src/Events/ManipulateResult.php:14,23,25,26 ./src/Events/ManipulateAST.php:16,25,27,28 ./src/Events/StartRequest.php:17,33,36,37 ./src/Events/RegisterDirectiveNamespaces.php:14,16 ./src/Events/StartExecution.php:14,23,25,26 ./src/Events/BuildExtensionsResponse.php:13,15 ./tests/database/migrations/2020_07_09_000000_create_testbench_activities_table.php:8,10,19,22,24,25 ./tests/database/migrations/2019_11_04_000001_create_testbench_contractors_table.php:8,13,20,26,28,29 ./tests/database/migrations/2019_11_04_000001_create_testbench_employees_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_11_25_000005_create_testbench_products_table.php:8,13,25,31,33,34 ./tests/database/migrations/2018_02_28_000003_create_testbench_tasks_table.php:8,13,27,33,35,36 ./tests/database/migrations/2018_12_08_000001_create_testbench_categories_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_11_25_000004_create_testbench_colors_table.php:8,13,23,29,31,32 ./tests/database/migrations/2018_09_30_000006_create_testbench_tags_table.php:9,14,22,28,30,31 ./tests/database/migrations/2018_02_28_000000_create_testbench_images_table.php:8,13,23,29,31,32 ./tests/database/migrations/2018_02_28_000002_create_testbench_users_table.php:8,13,28,34,36,37 ./tests/database/migrations/2018_10_07_000008_create_testbench_acls_table.php:8,13,21,27,29,30 ./tests/database/migrations/2018_02_28_000001_create_testbench_teams_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_02_28_000004_create_testbench_posts_table.php:8,13,32,38,40,41 ./tests/database/migrations/2018_02_28_000005_create_testbench_comments_table.php:8,13,23,29,31,32 ./tests/database/migrations/2018_02_28_000002_create_testbench_with_enums_table.php:8,13,19,25,27,28 ./tests/database/migrations/2018_02_28_000000_create_testbench_companies_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_10_07_000010_create_testbench_role_user_table.php:8,13,21,27,29,30 ./tests/database/migrations/2018_09_30_000007_create_testbench_taggables_table.php:8,13,22,28,30,31 ./tests/database/migrations/2018_10_07_000009_create_testbench_roles_table.php:8,13,20,26,28,29 ./tests/TestsSerialization.php:15,17,20,22,25,28,30,33,35,37,41,44,50,56,57 ./tests/Constants.php:13,15 ./tests/PreLaravel7ExceptionHandler.php:9,11,13,16,18,21,23,26,28,29 ./tests/SerializingArrayStore.php:17,27,30,40,43,53,60,68,70,78,82,83 ./tests/TestCase.php:27,38,43,48,51,60,73,81,127,131,134,135,143,154,158,162,168,171,172,178,184,190,192,198,202,203 ./tests/DBTestCase.php:9,18,28,36,39,42,56,57 ./tests/Console/LighthouseGeneratorCommandTest.php:9,11,17,18,21,25,29,30,33,39,40,43,46,47 ./tests/Console/UnionDirective.php:9,11,18,19 ./tests/Console/CacheCommandTest.php:11,13,22,28,29,30 ./tests/Console/ValidateSchemaCommandTest.php:10,12,18,24,27,31,37,40,47,53,54 ./tests/Console/PrintSchemaCommandTest.php:10,12,17,20,28,31,39,40,41 ./tests/Console/IdeHelperCommandTest.php:14,16,28,34,60,67,80,91,92,93 ./tests/Integration/Pagination/PaginateDirectiveDBTest.php:12,14,21,25,29,35,39,40,41,54,57,64,68,73,77,78,79,84,91,94,107,111,115,121,124,125,126,136,143,146,148,151,165,170,174,178,182,188,195,202,203,204,205,206,207,208,216,222,236,239,246,250,254,258,263,264,265,266,276,279,284,288,292,303,308,309,310,311,328,331,335,339,343,354,357,358,359,376,379,386,390,394,399,400,401,403,406,413,417,421,427,431,432,433,443,446,456,460,464,468,469,470,472,473 ./tests/Integration/RouteRegistrationTest.php:11,19,23,26,32,35,47,49,50 ./tests/Integration/Defer/DeferIncludeSkipTest.php:9,16,20,21,24,26,28,32,35,37,39,43,46,50,56,59,61,63,67,70,72,74,78,81,85,91,92 ./tests/Integration/Defer/DeferTest.php:13,15,19,22,26,27,30,36,37,38,46,47,50,62,66,70,75,76,77,81,82,90,99,100,103,119,123,127,134,135,136,137,154,157,169,173,177,188,189,190,194,195,203,212,213,216,218,224,237,241,245,249,254,255,256,269,272,274,283,298,304,308,312,316,321,324,325,326,347,350,366,370,379,386,387,388,389,403,406,422,426,434,441,442,443,444,457,460,472,476,480,485,486,487,490,495,498,505,514,518,522,527,528,529,544,545,550,551,556,557,562,563,564,584,587,600,604,612,613,619,620,621,627,630,633,639,643,650,651,654,659,662,675,679,683,688,689,690,696,699,712,718,722,726,731,732,733,743,744 ./tests/Integration/Defer/DeferDBTest.php:14,16,20,21,24,35,40,44,53,58,59,60,73,76,89,94,98,107,114,115,116,117,143,144,147,163,168,172,181,188,189,190,191,225,239,241,242 ./tests/Integration/GraphQLTest.php:10,15,19,22,24,31,34,39,41,43,45,53,56,61,64,72,75,78,80,82,85,87,89,94,99,105,106 ./tests/Integration/ErrorHandlersTest.php:9,11,23,27,29,35,36 ./tests/Integration/Validation/ValidatorDirectiveTest.php:11,13,17,21,26,30,32,35,38,42,46,51,55,57,60,63,67,71,76,80,82,85,88,92,96,101,105,107,110,113,117,121,126,130,132,135,138,142,146,159,161,166,169,173,178,182,185,188,192,197,201,204,205 ./tests/Integration/Validation/RulesDirectiveTest.php:12,14,22,25,31,36,38,48,50,53,56,69,74,76,86,88,91,94,104,109,111,121,123,126,129,136,139,140,143,148,150,153,156,164,167,172,174,177,180,188,196,210,215,217,224,227,234,239,243,248,259,265,270,272,278,285,291,296,298,304,314,315 ./tests/Integration/Validation/RulesForArrayDirectiveTest.php:8,10,17,22,26,29,32,39,43,48,52,55,56 ./tests/Integration/Validation/ValidationTest.php:12,14,22,25,28,35,40,42,45,48,54,59,61,65,76,88,91,95,102,112,116,117,127,140,143,150,155,160,164,166,167,170,171,172,174,181,184,191,196,202,204,210,213,226,230,232,241,243,251,254,260,264,269,273,275,281,285,287,290,293,301,306,308,314,316,319,320 ./tests/Integration/ReportingErrorHandlerTest.php:10,14,18,34,36,38,41,57,59,61,62 ./tests/Integration/OrderBy/OrderByDirectiveDBTest.php:10,18,23,27,31,36,39,42,43,46,47,51,54,60,63,68,71,74,75,78,79,83,86,92,95,101,104,107,108,111,112,116,117,121,125,129,136,139,144,147,150,151,154,155,159,162,168,171,176,179,182,183,186,187,191,194,200,203,211,216,220,222,225,234,238,242,245,246,250,253,259,260 ./tests/Integration/OrderBy/OrderByDirectiveTest.php:9,11,17,26,28,29 ./tests/Integration/Models/UserTest.php:10,12,16,19,21,22 ./tests/Integration/WhereConditions/WhereHasConditionsDirectiveTest.php:11,18,24,29,34,58,62,66,67,70,78,83,84,88,94,97,101,106,107,111,117,120,124,129,132,133,137,143,146,150,154,157,158,161,162,163,166,167,171,174,180,183,195,200,203,204,208,214,215 ./tests/Integration/WhereConditions/WhereConditionsDirectiveTest.php:15,21,28,39,44,48,52,53,56,60,65,68,69,71,74,78,84,87,88,90,93,97,103,106,107,111,114,120,123,132,137,140,141,145,151,154,163,168,171,172,176,182,185,189,195,198,199,203,206,212,215,219,223,227,228,232,233,234,237,238,240,243,247,251,254,255,258,259,261,264,265,267,268,269,272,273,277,280,283,289,292,296,300,304,305,307,310,311,314,315,317,318,319,322,323,327,330,336,339,362,383,402,403,404,406,409,410,414,420,423,441,446,447,450,451,455,458,464,467,478,486,489,495,496,499,500,504,510,513,524,532,535,542,543,546,547,551,557,560,578,586,587,588,591,592,596,602,605,623,632,634,637,638,642,648,651,674,685,686,687,688,689,690,693,694,698,704,707,709,713,716,717,718,721,722,726,729,737,742,746,747,751,758,761,769,774,778,779,783,790,793,795,799,802,803,807,810,814,819,822,823,827,842,847,850,856,857,860,864,869,872,873,877,883,886,890,895,896,900,906,907 ./tests/Integration/SchemaCachingTest.php:12,16,24,27,31,37,41,50,54,55,56,64,67,72,73 ./tests/Integration/FileUploadTest.php:10,16,23,28,50,56,62,88,91,112,113 ./tests/Integration/Schema/NodeDirectiveDBTest.php:11,18,22,39,43,50,55,56,61,62,63,76,79,83,86,92,97,98,99,108,111,115,120,123,124,130,135,138,142,146,151,154,155,161,166,172,174,180,184,193,198,199,200,209,215,220,223,228,230,231 ./tests/Integration/Schema/Directives/MorphManyDirectiveTest.php:17,48,63,67,84,88,92,95,101,107,111,121,125,131,132,139,140,141,169,172,178,182,188,192,199,200,201,202,220,223,231,235,241,245,252,253,254,255,261,262,265,273,277,283,287,294,295,296,297,303,304,307,313,317,323,327,334,335,336,337,347,350,356,360,366,370,379,382,383,384,385,401,404,410,414,420,424,431,435,436,437,438,439,453,456,464,468,474,478,486,487,488,489,490,496,497,500,508,512,518,522,530,531,532,533,534,540,541,544,550,554,560,564,571,575,576,577,578,579,593,594 ./tests/Integration/Schema/Directives/InjectDirectiveTest.php:9,11,20,24,28,32,44,45,46,58,59 ./tests/Integration/Schema/Directives/FirstDirectiveTest.php:9,11,16,20,28,31,32,40,43,48,52,60,63,64,72,73 ./tests/Integration/Schema/Directives/Fixtures/CompanyWasCreatedEvent.php:8,15,17,18 ./tests/Integration/Schema/Directives/MorphToDirectiveTest.php:12,35,45,46,49,54,59,65,75,76,77,91,94,99,104,110,120,121,122,136,139,147,152,157,162,167,173,184,188,189,190,197,201,202,203,204,226,227 ./tests/Integration/Schema/Directives/CacheDirectiveTest.php:14,21,25,28,38,42,46,49,50,60,63,75,79,83,86,87,97,100,114,118,122,125,126,136,139,148,153,157,161,164,165,175,178,188,192,196,199,200,210,213,220,224,228,233,234,235,242,245,256,262,266,270,277,278,279,280,287,302,303,306,320,326,330,334,341,342,343,344,351,368,369,370 ./tests/Integration/Schema/Directives/MorphToManyDirectiveTest.php:14,28,38,41,46,51,56,62,72,73,74,90,93,98,103,108,114,124,125,126,142,145,172,177,182,187,192,198,204,217,222,223,224,231,236,237,238,239,240,248,259,272,275,277,278 ./tests/Integration/Schema/Directives/WithCountDirectiveTest.php:12,14,18,24,40,43,44,48,51,54,62,65,69,73,80,83,84,86,87 ./tests/Integration/Schema/Directives/FindDirectiveTest.php:10,12,21,25,29,32,33,39,42,50,54,58,61,62,66,69,78,82,86,89,90,92,95,105,110,114,118,122,123,132,135,140,144,148,152,153,159,162,174,178,182,187,188,198,199 ./tests/Integration/Schema/Directives/WithDirectiveTest.php:14,16,20,26,38,41,44,45,53,56,60,66,79,84,87,90,91,99,102,106,111,116,123,127,145,159,171,174,184,185,191,192,193,194,195,199,210,221,235,238,243,250,267,272,275,278,279,287,288 ./tests/Integration/Schema/Directives/DeleteDirectiveTest.php:13,15,21,25,32,33,43,46,53,57,64,65,69,72,79,83,85,88,94,98,100,103,109,113,115,118,124,128,130,133,145,150,154,158,163,164,165,171,178,181,186,194,199,203,207,212,213,214,227,232,233,234,245,248,260,265,269,273,278,279,280,292,293,296,306,310,317,318,321,326,327 ./tests/Integration/Schema/Directives/HasManyDirectiveTest.php:15,31,45,48,52,57,61,72,76,77,78,80,83,89,94,98,111,112,113,118,121,127,132,136,140,144,145,146,148,151,156,160,164,168,172,179,182,183,184,185,199,202,206,210,214,218,225,228,229,230,231,245,248,254,258,262,266,271,272,273,274,280,281,284,289,293,297,301,307,308,309,310,319,322,328,332,336,340,346,347,348,349,350,356,357,360,366,370,374,378,383,384,385,386,392,393,396,402,406,410,414,420,421,422,423,424,430,431,434,441,446,451,455,462,472,473,477,478,481,485,489,493,497,504,507,508,509,510,524,527,531,535,539,543,548,552,553,554,555,556,568,571,575,579,583,587,592,596,597,598,599,600,612,615,619,624,628,632,637,646,647,648,649,650,651,652,653,654,667,670,689,693,697,704,705,706,707,711,715,722,734,737,743,747,755,758,764,768,773,777,781,782,783,785,788,794,799,803,807,811,812,813,815,818,824,829,833,837,841,842,843,845,846 ./tests/Integration/Schema/Directives/CountDirectiveDBTest.php:15,17,21,26,28,30,33,37,43,45,51,54,58,67,69,75,78,82,86,102,105,106,110,113,116,124,127,131,135,143,146,147,155,158,162,166,180,183,184,192,195,199,204,209,216,234,248,260,263,272,277,278,279,280,284,292,300,311,314,320,324,326,332,335,341,348,352,356,359,360,368,369 ./tests/Integration/Schema/Directives/CanDirectiveDBTest.php:14,16,30,35,39,42,43,51,54,61,68,73,77,80,81,84,92,95,105,110,114,117,118,121,126,129,140,145,149,158,159,169,172,188,195,200,204,207,208,210,213,232,237,241,244,245,249,252,258,261,275,279,283,286,287,295,296 ./tests/Integration/Schema/Directives/SpreadDirectiveDBTest.php:9,11,17,21,25,29,34,35,43,46,52,56,60,64,67,68,76,77 ./tests/Integration/Schema/Directives/LimitDirectiveTest.php:10,12,18,22,30,31,35,41,50,54,58,68,69,73,76,83,84,90,94,98,109,110,111,117,118 ./tests/Integration/Schema/Directives/AllDirectiveTest.php:10,12,19,23,27,31,32,34,37,46,50,54,58,62,63,64,68,70,73,78,80,83,91,94,102,106,110,114,115,117,118 ./tests/Integration/Schema/Directives/EventDirectiveTest.php:10,12,21,26,34,35,49,50 ./tests/Integration/Schema/Directives/SearchDirectiveTest.php:14,26,41,44,59,65,71,75,80,81,82,87,90,97,100,124,136,142,146,151,152,153,158,161,168,171,201,207,211,216,217,218,223,226,233,234 ./tests/Integration/Schema/Directives/UpsertDirectiveTest.php:10,12,22,27,32,38,43,52,55,56,59,60,66,67,68,74,78,86,89,94,99,104,110,115,124,126,127,129,130,135,136,142,145,152,153 ./tests/Integration/Schema/Directives/MorphOneFromUnionTest.php:14,16,51,59,65,71,77,81,85,97,98,99,100,101,105,118,134,135 ./tests/Integration/Schema/Directives/CreateDirectiveTest.php:12,14,19,23,31,32,41,44,49,53,57,67,68,77,80,84,89,97,98,107,110,119,125,129,134,138,143,154,161,162,163,173,176,186,192,196,201,205,210,221,228,229,230,244,247,253,259,263,268,272,277,289,293,294,295,300,307,310,314,318,323,328,332,341,346,347,348,354,361,364,368,373,377,382,386,395,400,401,402,413,416,421,427,431,436,440,444,455,458,459,476,479,480,488,491,496,502,506,511,515,523,526,528,529,534,535,536,542,545,552,555,561,565,574,575,577,578 ./tests/Integration/Schema/Directives/WhereJsonContainsDirectiveDBTest.php:9,13,17,21,35,38,39,43,49,50 ./tests/Integration/Schema/Directives/HasOneDirectiveTest.php:10,12,21,25,29,33,37,38,39,43,46,54,55 ./tests/Integration/Schema/Directives/UpdateDirectiveTest.php:14,16,23,30,41,42,53,56,63,69,74,85,86,97,100,104,108,115,116,119,124,127,134,141,152,153,164,167,174,181,192,193,204,207,214,220,224,230,234,238,251,258,259,260,264,267,276,281,286,292,297,308,314,315,316,322,330,333,345,350,355,361,366,375,379,382,383,389,390,391,397,408,409 ./tests/Integration/Schema/Directives/MorphOneDirectiveTest.php:11,34,45,46,49,53,59,65,75,76,77,91,94,98,104,110,120,121,122,136,137 ./tests/Integration/Schema/Directives/BelongsToManyDirectiveTest.php:13,34,43,46,50,55,59,63,67,68,69,71,74,78,83,87,91,95,96,97,99,102,106,111,115,119,126,129,130,131,132,146,149,153,158,162,166,171,175,176,177,178,179,191,194,198,203,209,213,217,224,225,226,227,228,234,242,245,249,254,258,264,271,272,273,274,275,277,280,284,289,296,300,304,312,313,314,315,316,322,331,334,339,347,354,358,362,367,373,382,383,384,385,386,387,388,389,390,391,402,405,411,415,423,424 ./tests/Integration/Schema/Directives/InjectDirectiveDBTest.php:9,11,21,27,31,34,35,37,38 ./tests/Integration/Schema/Directives/BelongsToDirectiveTest.php:13,36,45,48,54,58,62,66,70,71,72,82,85,91,95,99,103,107,108,109,119,122,128,132,137,141,145,149,152,153,154,167,170,179,187,191,195,204,205,206,207,212,217,226,229,242,246,251,256,257,258,263,267,276,277 ./tests/Integration/Schema/Directives/ScopeDirectiveTest.php:12,14,20,26,34,40,45,49,53,57,58,59,64,71,74,80,84,89,92,93,95,96 ./tests/Integration/Schema/Directives/BuilderDirectiveTest.php:9,11,17,21,27,30,31,33,36,40,44,50,53,54,56,59,63,67,73,76,77,79,86,88,89 ./tests/Integration/Schema/Directives/TrimDirectiveTest.php:8,10,15,19,27,28,37,40,44,49,53,63,64,73,76,86,92,96,109,110,120,121 ./tests/Integration/Schema/Directives/NestDirectiveTest.php:8,10,17,21,25,29,34,44,45,50,51,52,58,65,66 ./tests/Integration/Schema/Types/InterfaceTest.php:14,16,23,28,32,36,40,45,46,47,51,55,63,66,70,75,79,83,88,89,90,96,99,106,111,115,119,123,130,131,132,133,140,143,148,151,153,159,164,165 ./tests/Integration/Schema/Types/UnionTest.php:11,16,21,28,31,37,43,48,54,61,67,82,86,90,93,97,100,101,102,105,106 ./tests/Integration/Schema/Types/LaravelEnumTypeDBTest.php:12,19,23,26,30,34,38,43,53,54,58,61,62,64,67,74,78,83,92,95,96,104,105 ./tests/Integration/Execution/DataLoader/PaginatedRelationLoaderTest.php:15,17,22,28,54,57,63,70,87,90,96,99,120,123,130,142,165,168,173,189,192,197,198 ./tests/Integration/Execution/DataLoader/RelationCountBatchLoaderTest.php:14,16,29,36,41,48,49,54,60,69,76,84,87,103,111,116,122,127,135,139,140,155,158,167,168 ./tests/Integration/Execution/DataLoader/RelationBatchLoaderTest.php:15,20,26,31,38,48,51,58,59,60,65,71,81,87,97,102,103,104,111,117,122,125,141,149,154,159,164,173,174,179,180,181,196,199,202,206,207,208,214,217,220,230,234,235,236,242,245,248,255,256 ./tests/Integration/Execution/FieldBuilderDirectiveTest.php:11,15,19,25,40,41,47,48,51,60,76,77,83,84,85 ./tests/Integration/Execution/ArgBuilderDirectiveTest.php:9,15,19,23,32,33,38,41,45,49,59,62,63,68,71,75,79,88,90,91,94,95,100,103,107,116,117,122,125,129,141,142,150,153,157,169,170,178,181,185,194,195,200,203,210,215,221,222,224,227,233,245,250,251,253,256,262,267,279,284,287,288,290,293,299,311,316,317,319,322,328,339,342,343,345,348,355,361,364,365,367,370,376,385,386,388,391,399,419,420,425,426 ./tests/Integration/Execution/MutationExecutor/HasOneTest.php:10,16,22,28,33,38,42,48,55,60,66,73,78,82,90,91,98,99,100,113,116,125,126,133,134,135,148,151,161,162,169,170,171,184,187,195,196,203,204,205,218,221,234,239,240,241,251,257,262,268,279,280,287,288,289,303,309,315,326,327,334,335,336,350,356,362,373,374,381,382,383,397,403,409,418,425,426,427,439,440 ./tests/Integration/Execution/MutationExecutor/MorphManyTest.php:10,16,21,27,32,37,41,47,54,59,65,72,77,81,90,96,97,98,105,112,115,125,131,132,133,140,147,150,159,166,167,168,176,184,187,200,205,206,207,216,222,227,233,245,251,252,253,260,267,273,279,291,297,298,299,306,313,319,325,337,343,344,345,352,359,365,371,380,386,387,388,398,399 ./tests/Integration/Execution/MutationExecutor/HasManyTest.php:11,16,22,28,33,38,42,48,55,60,66,73,78,82,89,91,92,93,100,101,102,109,117,120,133,138,139,140,149,152,162,169,170,171,178,186,189,198,205,206,207,215,223,226,237,244,245,246,253,261,267,272,278,290,297,298,299,307,315,321,327,339,346,347,348,356,364,370,376,388,395,396,397,405,413,419,425,434,441,442,443,454,457,463,468,472,478,482,488,492,504,511,512,513,520,547,549,556,557,558,570,571 ./tests/Integration/Execution/MutationExecutor/MorphToTest.php:10,15,21,27,34,38,43,51,57,65,71,75,86,87,94,95,96,109,112,124,125,132,133,134,147,150,162,167,168,169,178,184,189,195,212,218,219,220,230,236,253,259,260,261,274,275 ./tests/Integration/Execution/MutationExecutor/BelongsToTest.php:11,17,22,28,33,40,44,49,55,60,65,71,80,84,93,99,100,101,113,116,127,128,129,139,142,152,158,159,160,172,175,190,196,197,198,208,211,219,220,226,227,228,240,243,252,253,259,260,261,273,276,284,285,291,292,293,306,309,318,319,325,326,327,339,342,352,353,359,360,361,373,376,389,390,397,398,399,412,415,429,430,437,438,439,452,455,469,470,477,478,479,492,498,503,509,521,527,528,529,544,549,552,558,567,573,574,575,589,595,596,602,608,617,623,624,625,640,646,647,650,660,666,667,668,682,687,688,694,700,710,716,717,718,741,742,745,750,754,758,763,767,771,775,779,791,792,794,799,800,801,807,814,817,823,828,832,838,842,847,851,857,861,874,875,877,884,885,886,893,923,924,925,927,934,935,936,948,951,957,962,967,973,979,983,988,992,997,1008,1009,1014,1015,1021,1025,1026,1027,1043,1046,1053,1058,1063,1069,1076,1080,1085,1089,1094,1104,1105,1109,1110,1117,1121,1122,1160,1161 ./tests/Integration/Execution/MutationExecutor/BelongsToManyTest.php:11,18,24,28,36,41,48,52,58,69,74,80,90,96,102,107,111,118,123,125,126,127,132,133,138,143,144,145,154,162,165,172,175,182,185,187,188,189,196,197,198,205,213,216,224,228,231,232,233,240,241,242,249,253,266,269,276,279,281,282,283,290,291,292,300,304,317,320,330,337,338,339,346,350,358,361,372,379,380,381,388,392,400,403,415,418,420,421,422,429,430,431,438,442,455,458,475,482,483,484,494,497,509,513,516,517,518,525,526,527,534,538,551,557,562,568,576,588,592,599,600,601,609,613,626,632,640,649,655,656,657,665,680,686,693,701,707,708,709,716,719,730,736,743,751,757,758,759,766,769,780,786,792,800,805,806,807,814,828,831,840,846,847,848,855,858,865,868,878,884,885,886,893,896,903,909,915,925,931,932,933,946,949,963,967,969,970,977,978,979,980,987,993,1003,1006,1020,1023,1024,1030,1031,1032,1033,1040,1045,1054,1057,1069,1072,1073,1079,1080,1081,1082,1089,1098,1099 ./tests/Integration/Execution/MutationExecutor/MorphToManyTest.php:9,14,19,26,30,36,43,48,54,59,63,72,76,77,78,83,90,93,103,108,109,110,119,122,132,136,137,138,143,150,153,162,166,167,168,173,180,183,193,197,198,199,204,211,214,221,223,224,225,230,231,232,237,245,248,256,258,259,260,265,266,267,272,280,283,291,294,295,296,301,302,303,308,316,319,326,328,329,330,336,337,338,345,353,354 ./tests/Integration/Execution/MutationExecutor/MorphOneTest.php:10,16,21,27,32,37,41,47,54,59,65,72,77,81,89,90,96,97,98,110,113,122,123,129,130,131,143,146,154,155,162,163,164,178,181,194,199,200,201,210,216,221,227,238,239,245,246,247,259,265,277,278,284,285,286,298,304,310,321,322,328,329,330,342,348,354,363,369,370,371,381,382 ./tests/Integration/Subscriptions/SerializerTest.php:13,15,19,20,23,28,51,60,61 ./tests/Integration/Subscriptions/Storage/RedisStorageManagerTest.php:11,16,21,25,41,44,71,74,91,97,103,104,106,107 ./tests/Integration/Subscriptions/Broadcast/BroadcastDBTest.php:13,18,22,26,30,34,38,39,42,46,49,54,57,67,68,73,76,86,87,96,97,100,101 ./tests/Integration/Subscriptions/SubscriptionTest.php:13,15,19,20,23,29,33,39,43,45,48,56,57,60,62,67,68,71,76,77,89,92,98,99,113,116,121,122,139,146,150,156,162,163,167,175,189,190 ./tests/Integration/Subscriptions/EchoBroadcaster/EchoTestCase.php:11,13,16,19,27,36,37,38,39 ./tests/Integration/Subscriptions/EchoBroadcaster/AuthorizeRequestsTest.php:8,13,17,21,35,38,45,48,65,71,77,78,80,81 ./tests/Integration/Tracing/TracingExtensionTest.php:9,13,17,21,22,25,27,29,39,42,45,47,71,76,80,83,87,88 ./tests/Integration/SoftDeletes/SoftDeletesAndTrashedDirectiveTest.php:11,13,22,26,30,34,35,39,48,52,53,57,61,62,66,70,71,73,76,85,89,93,97,98,109,113,114,125,129,130,138,142,143,149,152,162,166,170,175,176,177,182,192,197,198,199,203,208,209,210,214,219,220,221,223,226,233,238,244,249,255,259,264,265,266,270,272,283,289,290,291,292,297,299,311,316,317,318,323,334,338,341,344,345,346,354,359,362,365,366,367,368,376,380,383,386,387,388,393,396,400,404,409,412,413,415,418,422,426,431,434,435,437,438 ./tests/Integration/SoftDeletes/RestoreDirectiveTest.php:13,15,25,29,36,37,47,50,54,63,67,74,75,79,82,98,104,111,112,122,125,131,135,137,140,146,150,152,155,161,165,167,170,176,180,182,183 ./tests/Integration/SoftDeletes/ForceDeleteDirectiveTest.php:13,15,21,25,32,33,43,46,53,57,64,65,75,78,85,89,96,97,101,104,118,124,131,132,136,139,153,161,168,169,173,176,182,186,188,191,197,201,203,206,212,216,218,221,226,230,232,233 ./tests/Integration/MultipleRequestsTest.php:8,10,18,22,24,32,34,40,41 ./tests/Integration/ErrorTest.php:9,11,15,23,26,28,30,36,37,40,47,50,55,63,66,71,79,82,90,95,97,104,110,111 ./tests/Integration/CustomDefaultResolverTest.php:9,13,21,25,35,38,39,49,50 ./tests/Integration/IntrospectionTest.php:11,23,27,30,34,39,42,46,47,50,53,57,58,59 ./tests/Integration/FieldMiddlewareTest.php:9,11,15,19,23,26,27,35,38,45,49,53,56,57,59,60 ./tests/Integration/Events/FieldDirective.php:8,10,17,18 ./tests/Laravel7ExceptionHandler.php:9,11,13,16,18,21,23,26,28,29 ./tests/Utils/BatchLoaders/UserLoader.php:9,11,15,16 ./tests/Utils/Validators/Query/FooValidator.php:8,10,14,15 ./tests/Utils/Validators/EmailCustomAttributeValidator.php:8,12,16,19,21,22 ./tests/Utils/Validators/SelfValidatingValidator.php:8,10,13,14 ./tests/Utils/Validators/EmailCustomMessageValidator.php:8,12,16,19,21,22 ./tests/Utils/Validators/WithGlobalIdValidator.php:8,10,14,15 ./tests/Utils/Mutations/Foo.php:10,22,24,25 ./tests/Utils/Mutations/Upload.php:9,18,20,21 ./tests/Utils/Queries/FooBar.php:6,14,16,22,24,25 ./tests/Utils/Queries/Foo.php:10,22,24,30,32,33 ./tests/Utils/Queries/Bar.php:6,10,12,13 ./tests/Utils/Queries/MissingInvoke.php:9,10 ./tests/Utils/Directives/FooDirective.php:8,10,17,18 ./tests/Utils/Directives/CustomFieldMiddlewareDirective.php:11,13,17,20,29,31,32,33 ./tests/Utils/Scalars/Email.php:11,23,25,28,31,34,42,45,49,52,53 ./tests/Utils/Models/WithEnum.php:15,27 ./tests/Utils/Models/Closure.php:12,14 ./tests/Utils/Models/Team.php:15,17,19,20 ./tests/Utils/Models/Company.php:15,17,19,20 ./tests/Utils/Models/Activity.php:21,23,25,28,30,31 ./tests/Utils/Models/User.php:28,30,32,35,37,40,42,45,47,50,54,57,59,62,64,67,71,74,76,79,81,84,86,89,91,94,100,103,106,107 ./tests/Utils/Models/Color.php:18,20,22,25,27,28 ./tests/Utils/Models/ACL.php:15,20 ./tests/Utils/Models/Post.php:33,38,40,43,45,48,50,53,55,58,60,63,65,68,70,73,75,76 ./tests/Utils/Models/Tag.php:16,18,20,23,25,26 ./tests/Utils/Models/Employee.php:16,18,20,23,25,26 ./tests/Utils/Models/WithoutRelationClassImport.php:8,10,12,13 ./tests/Utils/Models/Category.php:14,16 ./tests/Utils/Models/Image.php:19,21,23,24 ./tests/Utils/Models/Role.php:15,20,24,27,29,30 ./tests/Utils/Models/Product.php:17,29,31,42,46,49,50 ./tests/Utils/Models/RoleUserPivot.php:15,22,24,27,29,30 ./tests/Utils/Models/Comment.php:17,19,21,24,26,27 ./tests/Utils/Models/Task.php:29,33,40,43,45,48,50,53,55,58,60,63,65,71,73,76,78,81,83,89,93,94 ./tests/Utils/Models/Contractor.php:16,18,20,23,25,26 ./tests/Utils/Rules/FooBarRule.php:8,18,20,26,28,29 ./tests/Utils/Subscriptions/OnPostCreated.php:10,15,17,23,25,26 ./tests/Utils/Subscriptions/TaskUpdated.php:10,15,17,23,25,26 ./tests/Utils/Subscriptions/TaskCreated.php:10,15,17,23,25,26 ./tests/Utils/Subscriptions/DummySubscriber.php:8,10,13,16,21,27,32,33 ./tests/Utils/ModelsSecondary/OnlyHere.php:11,13 ./tests/Utils/ModelsSecondary/Category.php:12,14 ./tests/Utils/NullErrorHandler.php:10,12,14,15 ./tests/Utils/InterfacesSecondary/Bar.php:6,8,10,11 ./tests/Utils/Unions/CustomStuff.php:9,16,18,26,30,31,32 ./tests/Utils/Unions/Person.php:9,16,18,24,30,31 ./tests/Utils/Policies/PostPolicy.php:9,11,13,16,18,19 ./tests/Utils/Policies/UserPolicy.php:8,12,14,17,19,22,24,27,29,32,34,40,42,49,52,53 ./tests/Utils/Policies/AuthServiceProvider.php:10,21,23,24 ./tests/Utils/Policies/TaskPolicy.php:9,13,15,18,22,25,26 ./tests/Utils/LaravelEnums/AOrB.php:8,11 ./tests/Utils/LaravelEnums/LocalizedUserType.php:9,14,17,20,21 ./tests/Utils/Resolvers/Foo.php:8,10,12,15,17,24,26,27 ./tests/Utils/QueriesSecondary/Foo.php:6,18,20,21 ./tests/Utils/QueriesSecondary/Baz.php:6,18,20,21 ./tests/Utils/Interfaces/Nameable.php:12,19,21,24,27,31,34,35 ./tests/Unit/Pagination/PaginateDirectiveTest.php:13,15,20,23,27,31,38,41,48,54,61,66,67,70,75,79,86,92,93,96,107,111,124,135,146,157,158,161,169,174,178,183,184,185,191,192,195,202,207,211,216,217,218,224,227,233,234,235,236,242,243,246,251,255,259,263,264,265,276,277,280,285,289,294,297,303,305,306 ./tests/Unit/Support/Http/Middleware/AcceptJsonTest.php:10,12,19,20,25,26,27 ./tests/Unit/Support/Http/Middleware/LogGraphQLQueriesTest.php:10,17,29,32,34,36,44,46,47,50,51 ./tests/Unit/Support/Http/Middleware/AttemptAuthenticationTest.php:13,18,38,41,49,54,58,60,62,65,75,80,84,86,88,89 ./tests/Unit/Schema/ResolverProviderTest.php:15,22,26,29,35,36,39,45,46,49,55,56,59,64,65,68,72,80,81,82 ./tests/Unit/Schema/Directives/FieldDirectiveTest.php:10,12,16,20,22,28,31,35,39,41,47,50,54,58,60,66,69,73,77,79,85,88,92,96,98,104,107,114,118,120,122,125,132,136,138,140,141 ./tests/Unit/Schema/Directives/Fixtures/Foo.php:10,12,13,14 ./tests/Unit/Schema/Directives/AuthDirectiveTest.php:10,12,20,24,28,31,32,40,43,53,57,61,64,65,73,74 ./tests/Unit/Schema/Directives/BaseDirectiveTest.php:25,27,31,39,40,43,49,50,53,57,65,66,69,74,77,81,88,91,95,103,104,107,111,119,120,123,127,135,136,139,143,151,152,155,160,162,171,173,179,182,183 ./tests/Unit/Schema/Directives/ComplexityDirectiveTest.php:9,11,15,19,29,32,38,42,44,53,56,61,72,78,80,81 ./tests/Unit/Schema/Directives/DeprecatedDirectiveTest.php:10,12,21,26,37,38,45,46,47,48,52,54,55,66,68,69,75,76,82,87,94,95 ./tests/Unit/Schema/Directives/GuardDirectiveTest.php:10,12,16,20,22,25,30,33,37,41,43,46,56,59,66,70,73,80,88,89 ./tests/Unit/Schema/Directives/SpreadDirectiveTest.php:8,10,20,25,29,33,38,40,42,43 ./tests/Unit/Schema/Directives/MethodDirectiveTest.php:10,14,18,22,31,34,35,37,40,44,52,55,56,58,61,68,77,83,84,86,89,95,104,107,108,110,113,119,120 ./tests/Unit/Schema/Directives/RenameDirectiveTest.php:9,11,19,23,27,30,31,39,42,48,52,54,56,59,64,71,75,77,79,82,86,90,91,98,102,106,109,111,112,114,116,117 ./tests/Unit/Schema/Directives/CanDirectiveTest.php:12,14,22,26,30,33,34,36,39,53,57,61,64,65,73,76,79,90,94,98,101,102,110,113,127,131,135,138,139,147,150,156,160,164,167,168,170,173,185,189,193,196,197,205,208,224,228,232,235,236,244,247,252,253 ./tests/Unit/Schema/Directives/NamespaceDirectiveTest.php:9,11,17,21,23,29,32,36,40,42,48,51,57,61,63,69,70 ./tests/Unit/Schema/Directives/HashDirectiveTest.php:8,10,14,18,27,30,31,37,40,44,50,56,64,71,75,76,77,85,86,87,88,120,121 ./tests/Unit/Schema/Source/SchemaSourceProviderTest.php:12,24,37,40,46,47 ./tests/Unit/Schema/Execution/Fixtures/FooContext.php:10,19,21,24,26,29,31,34,36,37 ./tests/Unit/Schema/Execution/ContextFactoryTest.php:12,14,20,22,25,28,33,34,39,43,45,51,52 ./tests/Unit/Schema/SchemaBuilderTest.php:17,19,25,28,34,40,43,51,59,62,71,86,89,97,106,109,118,137,140,147,158,161,165,173,176,184,187,191,195,203,206,210,215,222,225,231,235,248,249 ./tests/Unit/Schema/Types/Scalars/DateTimeTest.php:9,11,13,16,20,23,27,28 ./tests/Unit/Schema/Types/Scalars/DateTest.php:9,11,13,16,20,23,27,28 ./tests/Unit/Schema/Types/Scalars/DateTimeUtcTest.php:10,12,17,18,21,23,26,32,35,39,40 ./tests/Unit/Schema/Types/Scalars/DateScalarTest.php:14,21,25,33,37,40,44,45,53,60,66,70,71,77,80,84,87,92,93,96,101,107,111,133 ./tests/Unit/Schema/Types/Scalars/UploadTest.php:12,14,18,21,27,30,34,37,43,44 ./tests/Unit/Schema/Types/Scalars/DateTimeTzTest.php:9,11,13,16,21,24,28,29 ./tests/Unit/Schema/Types/LaravelEnumTypeTest.php:13,20,24,27,32,35,39,42,46,51,59,61,63,64 ./tests/Unit/Schema/ClientDirectiveTest.php:9,11,14,17,18,21,33,37,53,54,55 ./tests/Unit/Schema/SecurityTest.php:11,13,19,23,27,30,36,41,45,48,52,55,57,60,61,67,68,71,73,78,79,80,81,87,88,91,93,97,98,99,105,106,107 ./tests/Unit/Schema/TypeRegistryTest.php:19,28,32,35,39,51,54,58,70,73,82,85,94,97,106,109,113,121,124,128,135,138,142,149,152,162,165,169,177,180,184,192,195,198,201,208,211,217,218 ./tests/Unit/Schema/Factories/DirectiveFactoryTest.php:17,24,28,31,35,36,39,56,57,60,67,69,72,74,85,88,92,95,102,105,114,117,124,125 ./tests/Unit/Schema/AST/ASTBuilderTest.php:14,21,25,28,32,36,40,51,54,58,62,66,93,96,100,104,108,119,122,126,130,134,145,148,153,157,161,172,175,179,183,189,192,196,200,206,209,213,217,223,226,230,234,240,243,248,253,259,262,266,270,276,279,283,287,291,295,306,307 ./tests/Unit/Schema/AST/SchemaStitcherTest.php:12,29,38,41,47,50,53,56,58,61,66,69,80,83,91,94,100,106,113,114,117,123,129,135,143,144,147,153,160,167,168,171,177,183,190,191,194,200,207,212,220,221,224,230,235,240,248,249,250 ./tests/Unit/Schema/AST/DocumentASTTest.php:15,17,21,27,28,31,36,39,43,49,57,58,61,65,73,80,85,90,91,92 ./tests/Unit/Schema/AST/ASTHelperTest.php:12,14,18,24,32,33,36,41,48,55,63,66,71,72,75,79,80,83,88,89,92,97,98,101,105,106,109,113,117,120,128,131,135,141,146,147,150,155,161,170,171,174,178,179,182,190,191,194,200,201,204,210,211,214,221,222,223 ./tests/Unit/Execution/Arguments/Fixtures/Nested.php:9,11,12,15,17,18 ./tests/Unit/Execution/Arguments/ArgumentSetTest.php:13,15,33,36,73,76,85,89,90,93,108,114,115,118,133,135,138,144,145,148,153,156,163,166,179,183,184,187,210,214,215,218,224,227,228 ./tests/Unit/Execution/Arguments/ArgPartitionerTest.php:16,18,33,38,39,42,60,65,70,71,74,86,87,88 ./tests/Unit/Execution/Arguments/ArgumentSetFactoryTest.php:17,19,23,35,38,42,54,57,62,64,66,68,71,73,75,80,82,84,86,89,133,136,140,144,156,159,163,175,181,199,200 ./tests/Unit/Execution/Utils/ModelKeyTest.php:11,13,18,21,27,28 ./tests/Unit/Subscriptions/Storage/CacheStorageManagerTest.php:12,19,23,29,37,40,47,48,51,67,70,88,91,97,98,99 ./tests/Unit/Subscriptions/Storage/RedisStorageManagerTest.php:14,16,33,36,53,58,61,92,96,99,122,128,129,136,143,144 ./tests/Unit/Subscriptions/SubscriberTest.php:14,18,23,26,48,49 ./tests/Unit/Subscriptions/Broadcasters/EchoBroadcasterTest.php:13,15,30,33,45,48,54,55 ./tests/Unit/Subscriptions/Iterators/SyncIteratorTest.php:8,10,15,16 ./tests/Unit/Subscriptions/Iterators/IteratorTest.php:17,19,27,28,31,34,47,48,51,57,61,64,74,75 ./tests/Unit/Subscriptions/Iterators/AuthenticatingSyncIteratorTest.php:14,16,21,24,75,76,81,82,85,92,94,97,99,102,104,107,109,112,114,117,118,121,123,124 ./tests/Unit/Subscriptions/SubscriptionTestCase.php:12,14,17,20,21,22,25,42,45,47,50,52,53 ./tests/Unit/Subscriptions/BroadcastManagerTest.php:15,22,26,29,35,38,43,45,48,50,53,55,58,59,73,76,86,87 ./tests/Unit/Subscriptions/SubscriptionTest.php:16,33,37,38,41,50,58,61,75,78,81,89,92,95,97,100,102,104,105 ./tests/Unit/GlobalId/GlobalIdTest.php:9,16,20,23,28,31,35,38,42,43 ./tests/Unit/GlobalId/GlobalIdDirectiveTest.php:11,18,22,25,29,33,35,41,44,51,52,57,61,72,81,84,91,92,101,107,113,122,123,136,137 ./tests/Unit/Testing/MakesGraphQLRequestsTest.php:9,11,17,20,24,25,26 ./tests/Unit/Testing/MocksResolversTest.php:8,10,20,24,26,32,35,38,39,40 ./tests/Unit/Events/ManipulateResultTest.php:11,13,20,21,24,26,32,33 ./tests/Unit/Events/RegisterDirectiveNamespacesTest.php:12,19,27,28,33,36,40,43,47,48 ./tests/Unit/Events/ManipulateASTTest.php:11,13,17,23,27,29,35,36 ./tests/Unit/Events/BuildSchemaStringTest.php:9,11,16,17,20,23,30,32,33,38,42,44,53,55,62,65,67,70,72,73 ./benchmarks/ASTUnserializationBench.php:12,17,22,27,41,48,52,53,60,62,69,71,72 ./_ide_helper.php:5,13,15,24,26,36,38,46,48,49,50,54,62,64,73,75,85,87,95,97,98,99,103,110,111 <<<<<< EOF