./.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.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/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/ModelRelationFetcher.php src/Execution/DataLoader/RelationBatchLoader.php src/Execution/DataLoader/RelationCountBatchLoader.php src/Execution/DataLoader/RelationFetcher.php src/Execution/ErrorHandler.php src/Execution/ErrorPool.php src/Execution/ExtensionErrorHandler.php src/Execution/ExtensionsResponse.php src/Execution/ReportingErrorHandler.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/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/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/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/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/ExceptionHandler.php src/Subscriptions/Exceptions/UnauthorizedSubscriber.php src/Subscriptions/Iterators/AuthenticatingSyncIterator.php src/Subscriptions/Iterators/SyncIterator.php src/Subscriptions/Serializer.php src/Subscriptions/StorageManager.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/CanStreamResponse.php src/Support/Contracts/CreatesContext.php src/Support/Contracts/CreatesResponse.php src/Support/Contracts/Directive.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/ProvidesRules.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/ModelRelationFetcherTest.php tests/Integration/Execution/DataLoader/RelationBatchLoaderTest.php tests/Integration/Execution/DataLoader/RelationCountBatchLoaderTest.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/MorphManyDirectiveTest.php tests/Integration/Schema/Directives/MorphOneDirectiveTest.php tests/Integration/Schema/Directives/MorphOneFromUnionTest.php tests/Integration/Schema/Directives/MorphToDirectiveTest.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/NodeInterfaceTest.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/SerializerTest.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/CountDirectiveTest.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/Iterators/AuthenticatingSyncIteratorTest.php tests/Unit/Subscriptions/Iterators/IteratorTest.php tests/Unit/Subscriptions/Iterators/SyncIteratorTest.php tests/Unit/Subscriptions/StorageManagerTest.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/OnPostCreated.php tests/Utils/Subscriptions/TaskUpdated.php tests/Utils/Unions/CustomStuff.php tests/Utils/Unions/Person.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 ./_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 ./benchmarks/ASTUnserializationBench.php:12,17,22,27,41,48,52,53,60,62,69,71,72 ./tests/Utils/BatchLoaders/UserLoader.php:9,11,15,16 ./tests/Utils/Models/Comment.php:17,19,21,24,26,27 ./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/Closure.php:12,14 ./tests/Utils/Models/ACL.php:15,20 ./tests/Utils/Models/Role.php:15,20,24,27,29,30 ./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/WithEnum.php:15,27 ./tests/Utils/Models/Employee.php:16,18,20,23,25,26 ./tests/Utils/Models/Company.php:15,17,19,20 ./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,101 ./tests/Utils/Models/Activity.php:21,23,25,28,30,31 ./tests/Utils/Models/WithoutRelationClassImport.php:8,10,12,13 ./tests/Utils/Models/Team.php:15,17,19,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/Contractor.php:16,18,20,23,25,26 ./tests/Utils/Models/Tag.php:16,18,20,23,25,26 ./tests/Utils/Models/Category.php:14,16 ./tests/Utils/Models/Image.php:19,21,23,24 ./tests/Utils/Models/Color.php:18,20,22,25,27,28 ./tests/Utils/NullErrorHandler.php:10,12,14,15 ./tests/Utils/Directives/FooDirective.php:8,10,17,18 ./tests/Utils/Directives/CustomFieldMiddlewareDirective.php:11,13,17,20,29,31,32,33 ./tests/Utils/InterfacesSecondary/Bar.php:6,8,10,11 ./tests/Utils/Unions/Person.php:9,16,18,24,30,31 ./tests/Utils/Unions/CustomStuff.php:9,16,18,26,30,31,32 ./tests/Utils/QueriesSecondary/Foo.php:6,18,20,21 ./tests/Utils/QueriesSecondary/Baz.php:6,18,20,21 ./tests/Utils/Policies/PostPolicy.php:9,11,13,16,18,19 ./tests/Utils/Policies/AuthServiceProvider.php:10,21,23,24 ./tests/Utils/Policies/UserPolicy.php:8,12,14,17,19,22,24,27,29,32,34,40,42,49,52,53 ./tests/Utils/Policies/TaskPolicy.php:9,13,15,18,20,21 ./tests/Utils/Queries/Bar.php:6,10,12,13 ./tests/Utils/Queries/Foo.php:10,22,24,30,32,33 ./tests/Utils/Queries/FooBar.php:6,14,16,22,24,25 ./tests/Utils/Queries/MissingInvoke.php:9,10 ./tests/Utils/Mutations/Foo.php:10,22,24,25 ./tests/Utils/Mutations/Upload.php:9,18,20,21 ./tests/Utils/Scalars/Email.php:11,23,25,28,31,34,42,45,49,52,53 ./tests/Utils/Interfaces/Nameable.php:12,19,21,24,27,31,34,35 ./tests/Utils/Validators/SelfValidatingValidator.php:8,10,13,14 ./tests/Utils/Validators/WithGlobalIdValidator.php:8,10,14,15 ./tests/Utils/Validators/EmailCustomMessageValidator.php:8,12,16,19,21,22 ./tests/Utils/Validators/Query/FooValidator.php:8,10,14,15 ./tests/Utils/Resolvers/Foo.php:8,10,12,15,17,24,26,27 ./tests/Utils/LaravelEnums/LocalizedUserType.php:9,14,17,20,21 ./tests/Utils/LaravelEnums/AOrB.php:8,11 ./tests/Utils/Subscriptions/OnPostCreated.php:10,15,17,23,25,26 ./tests/Utils/Subscriptions/TaskUpdated.php:10,15,17,23,25,26 ./tests/Utils/ModelsSecondary/OnlyHere.php:11,13 ./tests/Utils/ModelsSecondary/Category.php:12,14 ./tests/Utils/Rules/FooBarRule.php:8,18,20,26,28,29 ./tests/Constants.php:13,15 ./tests/Unit/Execution/Utils/ModelKeyTest.php:11,13,18,21,27,28 ./tests/Unit/Execution/Arguments/Fixtures/Nested.php:9,11,12,15,17,18 ./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/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,55,60,65,66,69,81,82,83 ./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 ./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/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/Support/Http/Middleware/AttemptAuthenticationTest.php:13,18,38,41,49,54,58,60,62,65,75,80,84,86,88,89 ./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/Schema/Execution/ContextFactoryTest.php:12,14,20,22,25,28,33,34,39,43,45,51,52 ./tests/Unit/Schema/Execution/Fixtures/FooContext.php:10,19,21,24,26,29,31,34,36,37 ./tests/Unit/Schema/Directives/CountDirectiveTest.php:16,18,29,34,39,46,53,55,58,61,63,65,68,72,74,80,83,90,92,98,101,104,119,122,123,127,130,133,141,144,147,154,157,158,166,169,172,185,188,189,197,200,203,220,234,246,249,258,263,264,265,266,270,278,286,297,298 ./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/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/Directives/Fixtures/Foo.php:10,12,13,14 ./tests/Unit/Schema/Directives/AuthDirectiveTest.php:9,11,19,23,27,30,31,39,42,51,55,59,62,63,71,72 ./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/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/SpreadDirectiveTest.php:8,10,20,25,29,33,38,40,42,43 ./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/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,65,69,72,79,87,88 ./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/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,158,159,167,170,172,181,183,189,192,193 ./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/Types/LaravelEnumTypeTest.php:13,20,24,27,32,35,39,42,46,51,59,61,63,64 ./tests/Unit/Schema/Types/Scalars/DateTimeTest.php:9,11,13,16,20,23,27,28 ./tests/Unit/Schema/Types/Scalars/UploadTest.php:12,14,18,21,25,28,32,35,41,42 ./tests/Unit/Schema/Types/Scalars/DateTimeTzTest.php:9,11,13,16,21,24,28,29 ./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,45,52,58,62,63,69,72,76,79,84,85,88,93,99,103,125 ./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/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/ASTHelperTest.php:11,13,17,23,32,33,36,41,48,56,64,67,72,73,76,80,81,84,89,90,93,98,99,102,106,107,110,114,118,121,129,132,136,142,147,148,151,156,162,171,172,173 ./tests/Unit/Schema/AST/DocumentASTTest.php:15,17,21,27,28,31,36,39,43,49,57,58,61,65,73,80,86,91,92,93 ./tests/Unit/Schema/AST/ASTBuilderTest.php:13,20,24,27,31,35,39,50,53,57,61,65,92,95,99,103,107,118,121,125,129,133,144,147,152,156,160,171,174,178,182,188,191,195,199,205,208,212,216,222,225,229,233,239,242,247,252,258,261,265,269,275,276 ./tests/Unit/Schema/ClientDirectiveTest.php:9,11,14,17,18,21,33,37,53,54,55 ./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/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/Source/SchemaSourceProviderTest.php:12,24,37,40,46,47 ./tests/Unit/Schema/ResolverProviderTest.php:15,22,26,29,35,36,39,45,46,49,55,56,59,64,65,68,72,81,82,83 ./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/Subscriptions/SubscriberTest.php:14,18,23,26,48,49 ./tests/Unit/Subscriptions/BroadcastManagerTest.php:15,22,26,29,35,38,43,45,48,50,53,55,58,59,76,77,80,90,91 ./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/Subscriptions/SubscriptionTestCase.php:9,11,15,16,17 ./tests/Unit/Subscriptions/Iterators/IteratorTest.php:17,19,27,28,31,34,47,48,51,57,61,64,74,75 ./tests/Unit/Subscriptions/Iterators/SyncIteratorTest.php:8,10,15,16 ./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/StorageManagerTest.php:11,18,22,28,36,39,46,47,50,66,69,87,90,96,97,98 ./tests/Unit/Pagination/PaginateDirectiveTest.php:12,14,19,22,26,30,37,40,47,53,60,65,66,69,74,78,85,91,92,95,106,110,123,134,145,156,157,160,168,173,177,182,183,184,190,191,194,201,206,210,215,216,217,223,226,232,233,234,235,241,242,245,250,254,258,262,263,264,275,276,279,284,288,293,296,302,304,305 ./tests/Unit/Testing/MocksResolversTest.php:8,10,20,24,26,32,35,38,39,40 ./tests/Unit/Testing/MakesGraphQLRequestsTest.php:8,10,16,19,23,24,25 ./tests/Laravel7ExceptionHandler.php:9,11,13,16,18,21,23,26,28,29 ./tests/DBTestCase.php:8,17,27,33,36,39,50,51 ./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/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/Execution/MutationExecutor/BelongsToTest.php:11,17,22,28,33,40,44,49,55,60,65,71,80,84,93,99,100,101,113,116,126,132,133,134,146,149,164,170,171,172,182,185,193,194,200,201,202,214,217,226,227,233,234,235,247,250,258,259,265,266,267,280,283,292,293,299,300,301,313,316,326,327,333,334,335,347,350,363,364,371,372,373,386,389,403,404,411,412,413,426,429,443,444,451,452,453,466,472,477,483,495,501,502,503,518,523,524,527,533,542,548,549,550,564,570,571,577,583,592,598,599,600,615,621,622,625,635,641,642,643,657,662,663,669,675,685,691,692,693,712,713,716,721,725,729,734,738,742,746,750,762,763,765,770,771,772,778,785,788,794,799,803,809,813,818,822,828,832,845,846,848,855,856,857,864,894,895,896,898,905,906,907,919,922,928,933,938,944,950,954,959,963,968,979,980,985,986,992,996,997,998,1014,1017,1024,1029,1034,1040,1047,1051,1056,1060,1065,1075,1076,1080,1081,1088,1092,1093,1131,1132 ./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/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/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/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/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/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/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/DataLoader/ModelRelationFetcherTest.php:15,17,22,28,34,52,55,61,68,79,82,88,91,96,103,106,113,125,134,145,148,153,161,166,169,174,175 ./tests/Integration/Execution/DataLoader/RelationCountBatchLoaderTest.php:15,20,27,32,39,49,52,55,61,62,67,73,82,89,97,100,103,120,128,133,139,144,152,156,157,172,175,184,185 ./tests/Integration/Events/FieldDirective.php:8,10,17,18 ./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/OrderBy/OrderByDirectiveTest.php:9,11,17,26,28,29 ./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,223 ./tests/Integration/Models/UserTest.php:10,12,16,19,21,22 ./tests/Integration/SchemaCachingTest.php:11,15,23,26,30,36,40,49,53,54,55,63,66,71,72 ./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/CustomDefaultResolverTest.php:9,13,21,25,35,38,39,49,50 ./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/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/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/WhereJsonContainsDirectiveDBTest.php:9,13,17,21,35,38,39,43,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/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/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,45,48,51,55,60,64,68,72,73,74,76,79,83,88,92,96,100,101,102,104,107,111,116,120,124,131,134,135,136,137,151,154,158,163,167,171,176,180,181,182,183,184,196,199,203,208,214,218,222,229,230,231,232,233,239,247,250,254,259,263,269,276,277,278,279,280,282,285,289,294,301,305,309,317,318,319,320,321,327,336,339,344,352,359,363,367,372,378,387,388,389,390,391,392,393,394,395,396,407,410,416,420,428,429 ./tests/Integration/Schema/Directives/Fixtures/CompanyWasCreatedEvent.php:8,15,17,18 ./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/WithCountDirectiveTest.php:13,15,20,21,24,28,34,50,53,54,58,61,64,72,75,79,83,90,93,94,96,97 ./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/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/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/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/HasOneDirectiveTest.php:10,12,21,25,29,33,37,38,39,43,46,54,55 ./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/BuilderDirectiveTest.php:9,11,17,21,27,30,31,33,40,42,43 ./tests/Integration/Schema/Directives/InjectDirectiveDBTest.php:9,11,21,27,31,34,35,37,38 ./tests/Integration/Schema/Directives/MorphManyDirectiveTest.php:16,47,62,77,79,82,88,94,98,108,112,118,119,126,127,128,156,159,165,169,175,179,186,187,188,189,207,210,218,222,228,232,239,240,241,242,248,249,252,260,264,270,274,281,282,283,284,290,291,294,300,304,310,314,321,322,323,324,334,337,343,347,353,357,366,369,370,371,372,388,391,397,401,407,411,418,422,423,424,425,426,440,443,451,455,461,465,473,474,475,476,477,483,484,487,495,499,505,509,517,518,519,520,521,527,528,531,537,541,547,551,558,562,563,564,565,566,580,581 ./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/InjectDirectiveTest.php:9,11,20,24,28,32,44,45,46,58,59 ./tests/Integration/Schema/Directives/EventDirectiveTest.php:10,12,21,26,34,35,49,50 ./tests/Integration/Schema/Directives/HasManyDirectiveTest.php:15,31,45,48,52,57,61,72,76,77,78,80,83,89,94,98,102,106,107,108,110,113,118,122,126,130,134,141,144,145,146,147,161,164,168,172,176,180,187,190,191,192,193,207,210,216,220,224,228,233,234,235,236,242,243,246,251,255,259,263,269,270,271,272,281,284,290,294,298,302,308,309,310,311,312,318,319,322,328,332,336,340,345,346,347,348,354,355,358,364,368,372,376,382,383,384,385,386,392,393,396,403,408,413,417,424,434,435,439,440,443,447,451,455,459,466,469,470,471,472,486,489,493,497,501,505,510,514,515,516,517,518,530,533,537,541,545,549,554,558,559,560,561,562,574,577,581,586,590,594,599,608,609,610,611,612,613,614,615,616,629,632,651,655,659,666,667,668,669,673,677,684,696,699,705,709,717,720,726,730,735,739,743,744,745,747,750,756,761,765,769,773,774,775,777,780,786,791,795,799,803,804,805,807,808 ./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/NestDirectiveTest.php:8,10,17,21,25,29,34,44,45,50,51,52,58,65,66 ./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/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/CountDirectiveDBTest.php:11,13,19,23,25,31,34,37,44,51,55,59,62,63,71,72 ./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/MorphOneFromUnionTest.php:14,16,51,59,65,71,77,81,85,97,98,99,100,101,105,118,134,135 ./tests/Integration/Schema/Directives/TrimDirectiveTest.php:8,10,15,19,27,28,37,38 ./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,236 ./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:13,20,24,27,31,35,39,44,54,55,59,62,63,65,68,71,79,83,88,97,100,101,109,110 ./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/NodeInterfaceTest.php:10,17,21,38,42,49,54,55,60,61,62,75,81,83,89,93,102,107,108,109,118,124,129,130 ./tests/Integration/MultipleRequestsTest.php:8,10,18,22,24,32,34,40,41 ./tests/Integration/SoftDeletes/SoftDeletesAndTrashedDirectiveTest.php:11,13,22,26,30,34,35,39,48,52,53,57,61,62,66,70,71,73,76,84,88,92,96,97,108,112,113,124,128,129,137,141,142,148,151,160,164,168,173,174,175,180,190,195,196,197,201,206,207,208,212,217,218,219,221,224,231,236,242,247,253,257,262,263,264,268,270,281,287,288,289,290,295,297,309,314,315,316,321,331,335,338,341,342,343,350,355,358,361,362,363,364,371,375,378,381,382,383,388,391,395,399,404,407,408,410,413,417,421,426,429,430,432,433 ./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/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/IntrospectionTest.php:11,23,27,30,34,39,42,46,47,50,53,57,58,59 ./tests/Integration/ReportingErrorHandlerTest.php:10,14,18,34,36,38,41,57,59,61,62 ./tests/Integration/FileUploadTest.php:10,16,23,25,27,31,32,35,37,40,42,48,54,56,58,59,63,65,69,70,71,74,77,80,83,85,90,96,99,101,103,106,116,117 ./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/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/RouteRegistrationTest.php:10,18,22,25,33,34,37,49,51,52 ./tests/Integration/Validation/ValidationTest.php:11,13,18,21,24,31,36,38,41,44,50,55,57,61,72,84,87,91,98,108,112,113,123,136,139,146,151,156,160,162,163,166,167,168,170,177,180,187,192,198,200,206,209,222,226,228,237,239,247,250,256,260,265,269,271,277,281,283,286,289,297,302,304,310,312,315,316 ./tests/Integration/Validation/ValidatorDirectiveTest.php:10,12,16,20,25,29,31,34,37,41,45,50,54,56,59,62,66,70,75,79,81,84,87,91,95,100,104,106,109,112,116,120,133,135,140,143,147,152,156,159,162,166,171,175,178,179 ./tests/Integration/Validation/RulesForArrayDirectiveTest.php:8,10,17,22,26,29,32,39,43,48,52,55,56 ./tests/Integration/Validation/RulesDirectiveTest.php:11,13,18,21,27,32,34,44,46,49,52,64,69,71,81,83,86,89,99,104,106,116,118,121,124,132,135,140,142,145,148,155,160,164,169,180,183,188,190,191 ./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/SerializerTest.php:13,15,19,20,23,28,47,55,56 ./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/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/ErrorHandlersTest.php:9,11,23,27,29,36,37 ./tests/Integration/FieldMiddlewareTest.php:8,10,14,18,22,25,26,34,35 ./tests/database/migrations/2018_11_25_000004_create_testbench_colors_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_09_30_000007_create_testbench_taggables_table.php:8,13,22,28,30,31 ./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_02_28_000005_create_testbench_comments_table.php:8,13,23,29,31,32 ./tests/database/migrations/2018_11_25_000005_create_testbench_products_table.php:8,13,25,31,33,34 ./tests/database/migrations/2018_10_07_000009_create_testbench_roles_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_02_28_000000_create_testbench_images_table.php:8,13,23,29,31,32 ./tests/database/migrations/2020_07_09_000000_create_testbench_activities_table.php:8,10,19,22,24,25 ./tests/database/migrations/2018_02_28_000000_create_testbench_companies_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_09_30_000006_create_testbench_tags_table.php:9,14,22,28,30,31 ./tests/database/migrations/2018_02_28_000001_create_testbench_teams_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_02_28_000002_create_testbench_users_table.php:8,13,28,34,36,37 ./tests/database/migrations/2019_11_04_000001_create_testbench_contractors_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_10_07_000010_create_testbench_role_user_table.php:8,13,21,27,29,30 ./tests/database/migrations/2019_11_04_000001_create_testbench_employees_table.php:8,13,20,26,28,29 ./tests/database/migrations/2018_10_07_000008_create_testbench_acls_table.php:8,13,21,27,29,30 ./tests/Console/PrintSchemaCommandTest.php:10,12,17,20,28,31,39,40,41 ./tests/Console/LighthouseGeneratorCommandTest.php:9,11,17,18,21,25,29,30,33,39,40,43,46,47 ./tests/Console/CacheCommandTest.php:11,13,22,28,29,30 ./tests/Console/IdeHelperCommandTest.php:13,15,27,33,59,66,79,90,91,92 ./tests/Console/UnionDirective.php:9,11,18,19 ./tests/Console/ValidateSchemaCommandTest.php:10,12,18,24,27,31,37,40,46,52,53 ./tests/SerializingArrayStore.php:17,27,30,40,43,53,60,68,70,78,82,83 ./tests/PreLaravel7ExceptionHandler.php:9,11,13,16,18,21,23,26,28,29 ./tests/TestsSerialization.php:14,16,19,21,24,27,29,32,34,36,40,43,52,55,56 ./tests/TestCase.php:26,37,42,47,50,59,72,80,126,130,133,134,142,153,157,161,167,170,171,177,183,189,191,197,201,202 ./src/Execution/Utils/ModelKey.php:12,14,22,23,24 ./src/Execution/Utils/Subscription.php:13,20,32,40,49,54,55,56 ./src/Execution/ReportingErrorHandler.php:13,20,22,25,28,34,39,42,43 ./src/Execution/DataLoader/RelationCountBatchLoader.php:6,31,39,45,46 ./src/Execution/DataLoader/BatchLoader.php:8,48,54,57,65,73,74,78,87,89,97,104,108,118,124,125,135 ./src/Execution/DataLoader/RelationBatchLoader.php:9,44,52,59,63,72,75,83,92,93 ./src/Execution/DataLoader/RelationFetcher.php:9,17,22,25,35,43,44,47,57,65,66,69,80,90,91,92 ./src/Execution/DataLoader/ModelRelationFetcher.php:18,38,44,52,60,63,71,87,91,99,105,106,120,126,134,142,164,169,170,171,180,184,196,199,207,209,217,226,230,231,237,241,245,251,252,258,266,273,276,285,292,295,301,305,306 ./src/Execution/SingleResponse.php:9,11,13,14 ./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/ArgumentSet.php:12,43,48,51,57,62,65,73,91,92,95,98,106,118,123,134,135,138,150,155,158,170,178,186,196,199,200,201,213,227,230,237,245,249,250,251 ./src/Execution/Arguments/ResolveNested.php:8,23,26,32,37,43,46,47 ./src/Execution/Arguments/UpdateModel.php:10,22,24,31,39,44,45 ./src/Execution/Arguments/ArgPartitioner.php:19,27,34,40,41,42,81,82,83,91,94,100,114,123,132,133,134,152,161,162,168,180,187,191,195,198,199 ./src/Execution/Arguments/ArgumentSetFactory.php:16,40,49,61,71,81,91,92,95,104,109,112,121,130,140,144,154,157,160,170,179,183,184 ./src/Execution/Arguments/NestedOneToOne.php:8,15,17,24,32,38,44,49,50,51,52 ./src/Execution/Arguments/ArgumentTypeNodeConverter.php:8,14,18,25,27,33,35,36 ./src/Execution/Arguments/SaveModel.php:14,21,23,30,36,42,51,58,65,74,86,87,91,94,95 ./src/Execution/Arguments/NestedOneToMany.php:9,16,18,25,34,35,36,42,48,49,56,57,64,65,66,67 ./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/NamedType.php:6,22,24,25 ./src/Execution/Arguments/ListType.php:6,25,27,28 ./src/Execution/Arguments/UpsertModel.php:8,18,20,27,39,40,43,44 ./src/Execution/Arguments/NestedMorphTo.php:9,16,18,25,33,37,40,43,44 ./src/Execution/Arguments/Argument.php:8,38,40,48,50,59,62,67,70,71 ./src/Execution/ErrorPool.php:9,21,23,29,34,43,46,47,50,52,53 ./src/Execution/ExtensionErrorHandler.php:15,17,20,35,36,39,40 ./src/Execution/ErrorHandler.php:12,23 ./src/Execution/ContextFactory.php:11,16,18,19 ./src/Execution/ValidationRulesProvider.php:13,20,22,25,31,32 ./src/Execution/ExtensionsResponse.php:10,27,30,36,38,44,46,47 ./src/Events/ManipulateAST.php:16,25,27,28 ./src/Events/BuildSchemaString.php:14,23,25,26 ./src/Events/RegisterDirectiveNamespaces.php:14,16 ./src/Events/BuildExtensionsResponse.php:13,15 ./src/Events/StartExecution.php:14,23,25,26 ./src/Events/StartRequest.php:17,33,36,37 ./src/Events/ManipulateResult.php:14,23,25,26 ./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/DeferServiceProvider.php:13,18,23,24,29,30,36,40,41 ./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/OrderBy/OrderByDirective.php:18,22,43,53,58,59,62,82,85,86,87 ./src/OrderBy/OrderByServiceProvider.php:13,20,25,26,41,51,52,53,54,57,66,68,69,70 ./src/Tracing/TracingDirective.php:14,21,23,26,34,37,55,59,60 ./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/TracingServiceProvider.php:15,20,25,26,31,36,41,46,47,53,55,56 ./src/GlobalId/GlobalId.php:20,22,24,27,29,32,36,39,43,44 ./src/GlobalId/NodeRegistry.php:14,39,41,61,65,76,82,88,94,96,97 ./src/GlobalId/GlobalIdDirective.php:15,22,24,27,43,46,58,59,61,62,71,83,84,85,88,89 ./src/GlobalId/GlobalIdServiceProvider.php:17,19,22,25,31,32,38,39,40,46,51,61,64,71,75,76,77,83,90,91,94,95 ./src/Exceptions/AuthorizationException.php:9,21,23,33,35,36 ./src/Exceptions/DirectiveException.php:9,11,13,16,18,19 ./src/Exceptions/ValidationException.php:9,18,22,25,27,30,32,35,39,40 ./src/Exceptions/AuthenticationException.php:8,12,14,17,19,25,27,28 ./src/Exceptions/DefinitionException.php:14,16,18,21,23,24 ./src/Exceptions/RendersErrorsExtensions.php:14,22 ./src/Exceptions/InvalidDriverException.php:8,10 ./src/Exceptions/GenericException.php:8,23,27,35,39,40 ./src/Exceptions/ParseException.php:9,16,18,28,30,31 ./src/WhereConditions/Operator.php:10,38 ./src/WhereConditions/WhereConditionsServiceProvider.php:13,24,26,32,37,38,69,70,71,72,75,109,111,112,115,144,146,147,148 ./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/WhereHasConditionsDirective.php:8,10,41,49,53,60,63,69,77,78,81,84,86,87 ./src/WhereConditions/WhereConditionsDirective.php:6,8,29,37,41,44,47,49,50 ./src/WhereConditions/WhereConditionsBaseDirective.php:20,29,31,46,53,56,57,64,67,68,78,79,85,88,106,110,127,128,131,134,135,136,139,141,167,170,171,179,188,189,190,193,199,202,214,217,220,226 ./src/ClientDirectives/ClientDirective.php:18,30,32,47,53,56,62,65,74,77,78 ./src/Support/AppVersion.php:8,10,12,15,17,20,22,25,27,30,34,38,39 ./src/Support/Contracts/ArgManipulator.php:11,22,23 ./src/Support/Contracts/GlobalId.php:9,33 ./src/Support/Contracts/ProvidesRules.php:11,25 ./src/Support/Contracts/ProvidesResolver.php:9,14 ./src/Support/Contracts/ArgSanitizerDirective.php:6,14 ./src/Support/Contracts/ArgTransformerDirective.php:6,14 ./src/Support/Contracts/TypeMiddleware.php:9,16 ./src/Support/Contracts/ProvidesSubscriptionResolver.php:9,14 ./src/Support/Contracts/ArgBuilderDirective.php:6,15 ./src/Support/Contracts/FieldMiddleware.php:9,16 ./src/Support/Contracts/CreatesContext.php:8,15 ./src/Support/Contracts/TypeResolver.php:8,15 ./src/Support/Contracts/ArgDirectiveForArray.php:10,12 ./src/Support/Contracts/TypeExtensionManipulator.php:9,16 ./src/Support/Contracts/FieldResolver.php:8,18 ./src/Support/Contracts/ArgResolver.php:6,13 ./src/Support/Contracts/CanStreamResponse.php:6,16 ./src/Support/Contracts/CreatesResponse.php:6,14 ./src/Support/Contracts/FieldManipulator.php:10,20,21 ./src/Support/Contracts/ProvidesValidationRules.php:6,16 ./src/Support/Contracts/Directive.php:6,11 ./src/Support/Contracts/ArgDirective.php:10,12 ./src/Support/Contracts/TypeManipulator.php:9,16 ./src/Support/Contracts/GraphQLContext.php:6,20 ./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/Compatibility/MiddlewareAdapter.php:6,20 ./src/Support/Compatibility/LaravelMiddlewareAdapter.php:8,15,17,20,22,25,27,28 ./src/Support/Compatibility/LumenMiddlewareAdapter.php:9,16,18,26,32,40,43,44 ./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/Http/Responses/MemoryStream.php:10,17,30,33,36,39,40 ./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/Responses/Stream.php:8,16,20,26,27,30,31 ./src/Support/Http/Controllers/SubscriptionController.php:11,13,15,18,20,21 ./src/Support/Http/Controllers/GraphQLController.php:15,26,31,32 ./src/Support/Http/routes.php:14,18,22,28,29 ./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/Middleware/LogGraphQLQueries.php:13,22,24,30,34,37,38 ./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/Schema/Directives/DeprecatedDirective.php:8,10,24,25 ./src/Schema/Directives/WhereBetweenDirective.php:8,10,26,35,39,40,41 ./src/Schema/Directives/MutationExecutorDirective.php:19,35,38,41,52,65,66,67,75,87,94,102,103,109 ./src/Schema/Directives/UpdateDirective.php:10,12,38,41,43,44 ./src/Schema/Directives/SanitizeDirective.php:9,11,18,21,24,27,28 ./src/Schema/Directives/SpreadDirective.php:13,15,23,26,39,40,42,43,44 ./src/Schema/Directives/CreateDirective.php:9,11,31,34,36,37 ./src/Schema/Directives/FieldDirective.php:12,14,33,36,42,55,56,57,58,59 ./src/Schema/Directives/AuthDirective.php:11,18,20,23,36,39,50,51,52,53 ./src/Schema/Directives/WithRelationDirective.php:15,32,39,40,46,51,53,59,64,76,82,86,89,90,91,92 ./src/Schema/Directives/WithDirective.php:9,11,29,32,34,37,39,40 ./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/SearchDirective.php:8,10,22,31,41,44,45 ./src/Schema/Directives/ScalarDirective.php:6,8,20,21 ./src/Schema/Directives/SubscriptionDirective.php:14,18,31,32 ./src/Schema/Directives/TrimDirective.php:9,11,18,26,28,29 ./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/NamespaceDirective.php:22,26,34,40,49,52,53,59,62,63,69,72,73,74 ./src/Schema/Directives/LazyLoadDirective.php:14,16,29,32,51,53,54,55 ./src/Schema/Directives/FirstDirective.php:12,14,32,35,45,46,47,48 ./src/Schema/Directives/ScopeDirective.php:10,12,26,37,46,47,48,49 ./src/Schema/Directives/WhereJsonContainsDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/HasManyDirective.php:8,10,53,54 ./src/Schema/Directives/BaseDirective.php:25,48,50,58,63,69,75,81,83,89,91,100,102,113,127,128,136,139,140,145,146,149,160,168,172,178,183,184,187,201,205,213,214,218,221,229,236,237,238,239 ./src/Schema/Directives/BroadcastDirective.php:12,14,32,35,52,56,57 ./src/Schema/Directives/UpsertDirective.php:10,12,38,41,43,44 ./src/Schema/Directives/CacheKeyDirective.php:8,10,17,18 ./src/Schema/Directives/RenameArgsDirective.php:13,15,22,25,38,39,41,42,43 ./src/Schema/Directives/BelongsToDirective.php:6,8,26,27 ./src/Schema/Directives/NeqDirective.php:8,10,23,32,37,38,39 ./src/Schema/Directives/ComplexityDirective.php:12,14,28,31,38,48,52,53,54 ./src/Schema/Directives/DeleteDirective.php:18,20,47,50,52,55,57,66,89,92,97,98,109,110,111,112 ./src/Schema/Directives/InDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/BuilderDirective.php:8,10,24,33,37,38 ./src/Schema/Directives/TransformArgsDirective.php:9,11,18,21,24,27,28 ./src/Schema/Directives/EventDirective.php:11,18,20,23,38,41,51,55,58,60,61,62 ./src/Schema/Directives/FindDirective.php:13,15,33,36,49,52,53,54,55 ./src/Schema/Directives/RelationDirective.php:23,25,43,54,55,66,67,68,71,74,81,83,89,99,112,123,124,130,136,137,140,143,149,152,155,158,161,164,170,173,174 ./src/Schema/Directives/AllDirective.php:12,14,32,35,45,46,47,48 ./src/Schema/Directives/CacheDirective.php:22,29,31,34,54,57,60,78,91,98,111,117,120,128,136,150,151,163,164,168,169,170 ./src/Schema/Directives/MethodDirective.php:9,14,30,33,44,49,52,53,54,55 ./src/Schema/Directives/NotInDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/CountDirective.php:13,15,37,40,48,54,58,59,61,62,65,67,70,79,82,86,87 ./src/Schema/Directives/InterfaceDirective.php:6,8,22,23 ./src/Schema/Directives/EqDirective.php:8,10,23,32,36,37,38 ./src/Schema/Directives/NestDirective.php:11,13,21,30,38,39,40 ./src/Schema/Directives/UnionDirective.php:6,8,22,23 ./src/Schema/Directives/MorphManyDirective.php:8,10,53,54 ./src/Schema/Directives/NodeDirective.php:17,24,26,29,52,58,68,73,76,84,86,87 ./src/Schema/Directives/WhereNotBetweenDirective.php:8,10,26,35,39,40,41 ./src/Schema/Directives/BelongsToManyDirective.php:8,10,53,54 ./src/Schema/Directives/RenameDirective.php:10,12,26,29,35,36,37,45,51,52,55,56 ./src/Schema/Directives/EnumDirective.php:6,8,23,31,33,34 ./src/Schema/Directives/ModelDirective.php:6,8,22,23 ./src/Schema/Directives/HasOneDirective.php:6,8,26,27 ./src/Schema/Directives/WhereDirective.php:8,10,33,42,50,51,52 ./src/Schema/Directives/MorphOneDirective.php:6,8,26,27 ./src/Schema/Directives/HashDirective.php:10,17,19,22,32,38,40,41 ./src/Schema/Directives/InjectDirective.php:14,16,37,43,48,49,55,56,69,71,72,73 ./src/Schema/Directives/WithCountDirective.php:10,12,33,36,38,41,45,48,49 ./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/MorphToDirective.php:6,8,26,27 ./src/Schema/Directives/ArgTraversalDirective.php:18,20,33,34,36,37,40,44,49,59,62,63,66,73,76,79,86 ./src/Schema/Types/Scalars/Date.php:8,10,12,15,18,19 ./src/Schema/Types/Scalars/DateTimeUtc.php:11,13,15,18,21,22 ./src/Schema/Types/Scalars/DateTime.php:8,10,12,15,18,19 ./src/Schema/Types/Scalars/Upload.php:12,20,23,24,33,37,38,41,52,55,56,57 ./src/Schema/Types/Scalars/DateScalar.php:14,21,24,27,35,37,48,53,54,57,68,74,75,76,89 ./src/Schema/Types/Scalars/DateTimeTz.php:8,10,12,15,18,19 ./src/Schema/Types/NotFoundSubscription.php:11,16,18,24,26,32,33,34 ./src/Schema/Types/LaravelEnumType.php:13,26,30,31,51,57,60,63,64 ./src/Schema/Types/GraphQLSubscription.php:12,19,21,29,32,33,41,44,45,54,56,71 ./src/Schema/TypeRegistry.php:37,73,79,83,91,99,100,103,109,112,120,124,129,137,141,147,151,154,162,172,173,176,187,189,195,211,215,223,241,242,243,246,263,270,276,283,290,291,296,297,303,306,321,326,334,351,355,358,372,375,389,397,403,409,410,414,415,418,428,432,435,449,465,471,472 ./src/Schema/FallbackTypeNodeConverter.php:12,19,21,24,26,29,31,34,37,46,49,50 ./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,223,224,227,233,234,242,243,249,251,260,264,265,266,272,283,284,285,286,287,293,309,310,311,312,313,314,315,316 ./src/Schema/AST/TypeNodeConverter.php:10,17,19,28,38,39,49,53,58,59,83 ./src/Schema/AST/ASTHelper.php:27,40,43,46,58,72,73,81,84,86,92,96,104,107,114,115,118,124,126,132,134,143,150,160,170,173,181,183,189,191,199,203,204,207,213,222,230,237,238,239,240,246,249,254,255,259,266,272,274,282,291,292,310,313,314,333,342,346,349,350 ./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/Context.php:9,25,28,38,40,43,45,46 ./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/Values/FieldValue.php:15,52,55,63,67,75,81,89,93,99,104,107,113,115,118,120,126,128,134,136,144,154,155,158,160,166,168,171,173,179,181,182 ./src/Schema/ResolverProvider.php:14,21,26,30,31,35,36,42,48,49,50,56,72,73,74 ./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/DirectiveLocator.php:19,51,53,61,78,81,89,100,104,111,114,115,118,126,132,135,141,145,155,159,167,174,175,178,184,186,192,197,198,205,209,217,224,228,236,240,251,259,267,268,271,272 ./src/Schema/SchemaBuilder.php:13,20,22,28,44,53,59,60,67,68,73,78,82,85,86 ./src/Schema/ExecutableTypeNodeConverter.php:11,18,20,23,25,28,30,33,36,37 ./src/Schema/Factories/FieldFactory.php:16,47,55,64,73,74,92,93,108,109 ./src/Schema/Factories/ArgumentFactory.php:10,18,23,26,38,55,58,59 ./src/Schema/Factories/DirectiveFactory.php:12,19,21,27,44,47,53,62,63 ./src/Schema/RootType.php:6,12,15,19,20,21,22 ./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:14,16,25,28,35,38,39 ./src/SoftDeletes/ForceDeleteDirective.php:12,16,36,39,42,45,48,63,64,65 ./src/SoftDeletes/RestoreDirective.php:13,17,37,40,43,46,49,64,65,66 ./src/Console/DirectiveCommand.php:23,77,79,82,84,92,101,105,113,116,125,131,137,138,146,150,151,152,158,160,166,174,178,179,182,184,187,190,191,194,197,198,201,204,207,213,219,220 ./src/Console/ValidateSchemaCommand.php:16,31,39,44,45,51,52 ./src/Console/ClearCacheCommand.php:10,16,19,22,23 ./src/Console/PrintSchemaCommand.php:15,28,32,41,48,49,52,62,63,66,67 ./src/Console/FieldGeneratorCommand.php:8,10,16,22,26,27 ./src/Console/MutationCommand.php:6,14,16,17 ./src/Console/InterfaceCommand.php:6,14,16,19,21,22 ./src/Console/ScalarCommand.php:6,14,16,19,21,22 ./src/Console/UnionCommand.php:6,14,16,19,21,22 ./src/Console/ValidatorCommand.php:6,29,31,37,39,40 ./src/Console/IdeHelperCommand.php:16,31,39,45,48,56,65,76,80,87,90,91,94,100,109,112,115,123,126,128,131,143,154,157,159,162,169,172,174,177,183,184,185 ./src/Console/CacheCommand.php:9,15,19,20 ./src/Console/SubscriptionCommand.php:6,14,16,19,21,22 ./src/Console/QueryCommand.php:6,14,16,17 ./src/Console/LighthouseGeneratorCommand.php:9,18,22,25,31,35,50,54,55,59,77,82,85,91,94,95 ./src/GraphQL.php:30,87,93,109,113,114,119,120,128,137,140,148,156,157,183,194,199,204,205,209,218,228,235,236,241,246,252,256,257,260,266,269,270 ./src/Validation/Validator.php:9,30,32,38,40,50,55,56,57 ./src/Validation/ValidationServiceProvider.php:10,15,20,21,22,23 ./src/Validation/ValidateDirective.php:15,22,24,27,34,37,51,57,60,62,63,64 ./src/Validation/RulesDirective.php:8,10,34,35 ./src/Validation/BaseRulesDirective.php:15,17,26,27,30,33,35,47,48,49 ./src/Validation/RulesForArrayDirective.php:9,11,32,35,40,43,44 ./src/Validation/RulesGatherer.php:15,31,33,39,48,53,61,64,65,66,74,81,84,85,86,94,99,100,106,120,128,136,139,145,147,148 ./src/Validation/ValidatorDirective.php:22,31,47,50,52,55,57,60,66,71,74,77,81,82,88,91,105,108,118,127,128,129,130,133,139,140,141,142 ./src/Subscriptions/BroadcastManager.php:20,25,27,33,35,41,43,52,58,68,76,78,79 ./src/Subscriptions/Contracts/SubscriptionExceptionHandler.php:8,22 ./src/Subscriptions/Contracts/SubscriptionIterator.php:9,25 ./src/Subscriptions/Contracts/ContextSerializer.php:8,22 ./src/Subscriptions/Contracts/AuthorizesSubscriptions.php:8,15 ./src/Subscriptions/Contracts/BroadcastsSubscriptions.php:9,30 ./src/Subscriptions/Contracts/StoresSubscriptions.php:8,36 ./src/Subscriptions/Contracts/Broadcaster.php:9,38 ./src/Subscriptions/BroadcastSubscriptionJob.php:12,37,41,44,46,47 ./src/Subscriptions/StorageManager.php:11,41,44,46,49,51,54,62,65,76,77,80,85,88,96,103,104,112,114,122,128,134,148,151,154,156,159,161,162 ./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/SubscriptionRouter.php:8,15,25,26 ./src/Subscriptions/Serializer.php:13,22,24,30,45,51,52,65,70,71,74,75 ./src/Subscriptions/SubscriptionServiceProvider.php:23,25,29,34,51,52,58,69,72,83,84,85 ./src/Subscriptions/Iterators/SyncIterator.php:11,13,20,23,25,26 ./src/Subscriptions/Iterators/AuthenticatingSyncIterator.php:18,30,33,36,51,58,64,69,70 ./src/Subscriptions/SubscriptionBroadcaster.php:16,61,67,72,78,95,100,101,102,103,109,113,114 ./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/Subscriber.php:15,94,102,109,114,115,121,132,140,144,150,152,155,157,158 ./src/Subscriptions/SubscriptionGuard.php:11,24,26,29,31,37,39,40 ./src/Subscriptions/ExceptionHandler.php:9,14,16,22,27,28 ./src/Subscriptions/Broadcasters/LogBroadcaster.php:12,31,33,39,41,47,49,55,57,63,65,73,75,83,85,86 ./src/Subscriptions/Broadcasters/PusherBroadcaster.php:14,28,31,37,43,46,52,54,60,70,78,82,85,86,87,88 ./src/Subscriptions/Authorizer.php:12,36,42,47,52,57,65,66,73,74,75 ./src/Pagination/PaginatorField.php:9,17,28,37,39,40 ./src/Pagination/Cursor.php:17,28,31,34,40,42,43 ./src/Pagination/PaginationServiceProvider.php:13,15,22,23,29,30,31,34,61,63,66,93,95,96 ./src/Pagination/ConnectionField.php:11,18,38,47,80,81,82,86,87 ./src/Pagination/PaginateDirective.php:17,19,61,64,73,74,84,85,88,97,104,109,110,111,114,117,118,124,127,128 ./src/Pagination/PaginationArgs.php:11,32,40,44,49,50,59,60,63,66,68,71,73,79,83,91,94,97,98 ./src/Pagination/PaginationType.php:11,24,37,38,39,42,44,47,49,50 ./src/Pagination/PaginationManipulator.php:13,31,33,42,46,68,69,89,101,103,116,118,133,141,150,151,152,159,160,163,186,188,203,209,213,220,223,224 ./src/LighthouseServiceProvider.php:51,56,66,74,79,82,88,104,111,114,115,126,127,131,135,154,158,159,160 ./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/TestResponseUtils.php:14,19,26,27,28,29 ./src/Testing/MakesGraphQLRequestsLumen.php:18,45,50,56,69,74,77,91,99,104,107,115,118,124,132,134,142,144,152,155,160,166,167,168,174,176,187,190,196,201,207,213,214 ./src/Testing/TestingServiceProvider.php:10,15,20,21,22,25,32,33,34 ./src/Testing/UsesTestSchema.php:8,17,23,26,27,28,29 ./src/Testing/TestSchemaProvider.php:8,18,20,23,25,26 ./src/Testing/MockDirective.php:10,20,22,28,40,43,50,51,52,53 ./src/Testing/MockResolver.php:10,16,17,18 ./src/Testing/MakesGraphQLRequests.php:18,45,50,55,68,73,74,88,96,101,102,110,113,116,124,126,134,136,144,147,155,156,157,163,165,176,179,185,190,196,202,203 <<<<<< EOF