GraphQL requests
10 HTTP queries on GraphQL endpoint(s)
Refresh with latest query| # | Time | Info |
|---|
| # | Time | Info |
|---|---|---|
| 1 | 7 ms |
At line 1, column 58
Cannot create an instance of "Saz\StaticContent\Content\Application\GetStaticContentQuery\GetStaticContentInDto" from serialized data because its constructor requires the following parameters to be present : "$id".
query Probes__STATIC_CONTENT_SERVICE_GRAPHQL_ENDPOINT__2(...) {
a_staticContent: staticContent(...)
}
|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|
| # | Time | Info |
|---|---|---|
| 1 | 5 ms |
At line 1, column 58
Cannot create an instance of "Saz\StaticContent\Content\Application\GetStaticContentQuery\GetStaticContentInDto" from serialized data because its constructor requires the following parameters to be present : "$id".
query Probes__STATIC_CONTENT_SERVICE_GRAPHQL_ENDPOINT__2(...) {
a_staticContent: staticContent(...)
}
Variables:
null
[ "errors" => [ [ "message" => "Cannot create an instance of "Saz\StaticContent\Content\Application\GetStaticContentQuery\GetStaticContentInDto" from serialized data because its constructor requires the following parameters to be present : "$id"." "locations" => [ [ "line" => 1 "column" => 58 ] ] "path" => [ "a_staticContent" ] "extensions" => [ "code" => "MissingConstructorArgumentsException" "timestamp" => "Saturday, 13-Dec-25 04:51:56 UTC" "exception" => "Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException" "file" => "/app/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php" "trace" => """ #0 /app/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php(243): Symfony\Component\Serializer\Normalizer\AbstractNormalizer->instantiateObject(Array, 'Saz\\StaticConte...', Array, Object(ReflectionClass), false, NULL)\n #1 /app/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php(349): Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer->instantiateObject(Array, 'Saz\\StaticConte...', Array, Object(ReflectionClass), false, NULL)\n #2 /app/vendor/symfony/serializer/Debug/TraceableNormalizer.php(84): Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer->denormalize(Array, 'Saz\\StaticConte...', NULL, Array)\n #3 /app/vendor/symfony/serializer/Serializer.php(249): Symfony\Component\Serializer\Debug\TraceableNormalizer->denormalize(Array, 'Saz\\StaticConte...', NULL, Array)\n #4 /app/vendor/symfony/serializer/Debug/TraceableSerializer.php(92): Symfony\Component\Serializer\Serializer->denormalize(Array, 'Saz\\StaticConte...', NULL, Array)\n #5 /app/vendor/shopadvizor/promotion-shared-context/src/Mapper/DenormalizeGraphQLArgs.php(41): Symfony\Component\Serializer\Debug\TraceableSerializer->denormalize(Array, 'Saz\\StaticConte...', NULL, Array)\n #6 /app/src/Content/UI/GraphQL/GetStaticContentQuery.php(25): Saz\PromotionSharedContext\Mapper\DenormalizeGraphQLArgs->__invoke(Array, 'Saz\\StaticConte...')\n #7 /app/vendor/shopadvizor/helix-graphql-bundle/src/ResolverMap/BaseResolverMap.php(44): Saz\StaticContent\Content\UI\GraphQL\GetStaticContentQuery->__invoke(Object(Overblog\GraphQLBundle\Definition\Argument), Array)\n #8 /app/vendor/overblog/graphql-bundle/src/Definition/ArgumentFactory.php(38): Saz\Helix\GraphQLBundle\ResolverMap\BaseResolverMap->{closure:Saz\Helix\GraphQLBundle\ResolverMap\BaseResolverMap::addQuery():35}(NULL, Object(Overblog\GraphQLBundle\Definition\Argument), Object(ArrayObject), Object(GraphQL\Type\Definition\ResolveInfo))\n #9 /app/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php(766): Overblog\GraphQLBundle\Definition\ArgumentFactory->{closure:Overblog\GraphQLBundle\Definition\ArgumentFactory::wrapResolverArgs():32}(NULL, Array, Object(ArrayObject), Object(GraphQL\Type\Definition\ResolveInfo))\n #10 /app/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php(674): GraphQL\Executor\ReferenceExecutor->resolveFieldValueOrError(Object(GraphQL\Type\Definition\FieldDefinition), Object(GraphQL\Language\AST\FieldNode), Object(Closure), Array, NULL, Object(GraphQL\Type\Definition\ResolveInfo), Object(ArrayObject))\n #11 /app/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php(1391): GraphQL\Executor\ReferenceExecutor->resolveField(Object(Overblog\GraphQLBundle\__DEFINITIONS__\QueryType), NULL, Object(ArrayObject), 'a_staticContent', Array, Array, Object(ArrayObject))\n #12 /app/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php(319): GraphQL\Executor\ReferenceExecutor->executeFields(Object(Overblog\GraphQLBundle\__DEFINITIONS__\QueryType), NULL, Array, Array, Object(ArrayObject), Object(ArrayObject))\n #13 /app/vendor/webonyx/graphql-php/src/Executor/ReferenceExecutor.php(258): GraphQL\Executor\ReferenceExecutor->executeOperation(Object(GraphQL\Language\AST\OperationDefinitionNode), NULL)\n #14 /app/vendor/webonyx/graphql-php/src/Executor/Executor.php(184): GraphQL\Executor\ReferenceExecutor->doExecute()\n #15 /app/vendor/webonyx/graphql-php/src/GraphQL.php(163): GraphQL\Executor\Executor::promiseToExecute(Object(GraphQL\Executor\Promise\Adapter\SyncPromiseAdapter), Object(Overblog\GraphQLBundle\Definition\Type\ExtensibleSchema), Object(GraphQL\Language\AST\DocumentNode), NULL, Object(ArrayObject), NULL, 'Probes__STATIC_...', Object(Overblog\GraphQLBundle\Resolver\FieldResolver))\n #16 /app/vendor/overblog/graphql-bundle/src/Executor/Executor.php(44): GraphQL\GraphQL::promiseToExecute(Object(GraphQL\Executor\Promise\Adapter\SyncPromiseAdapter), Object(Overblog\GraphQLBundle\Definition\Type\ExtensibleSchema), 'query Probes__S...', NULL, Object(ArrayObject), NULL, 'Probes__STATIC_...', Object(Overblog\GraphQLBundle\Resolver\FieldResolver))\n #17 /app/vendor/overblog/graphql-bundle/src/Request/Executor.php(149): Overblog\GraphQLBundle\Executor\Executor->execute(Object(GraphQL\Executor\Promise\Adapter\SyncPromiseAdapter), Object(Overblog\GraphQLBundle\Definition\Type\ExtensibleSchema), 'query Probes__S...', NULL, Object(ArrayObject), NULL, 'Probes__STATIC_...', Object(Overblog\GraphQLBundle\Resolver\FieldResolver))\n #18 /app/vendor/overblog/graphql-bundle/src/Controller/GraphController.php(117): Overblog\GraphQLBundle\Request\Executor->execute('default', Array)\n #19 /app/vendor/overblog/graphql-bundle/src/Controller/GraphController.php(89): Overblog\GraphQLBundle\Controller\GraphController->processNormalQuery(Object(Symfony\Component\HttpFoundation\Request), NULL)\n #20 /app/vendor/overblog/graphql-bundle/src/Controller/GraphController.php(65): Overblog\GraphQLBundle\Controller\GraphController->processQuery(Object(Symfony\Component\HttpFoundation\Request), NULL, false)\n #21 /app/vendor/overblog/graphql-bundle/src/Controller/GraphController.php(43): Overblog\GraphQLBundle\Controller\GraphController->createResponse(Object(Symfony\Component\HttpFoundation\Request), NULL, false)\n #22 /app/vendor/symfony/http-kernel/HttpKernel.php(181): Overblog\GraphQLBundle\Controller\GraphController->endpointAction(Object(Symfony\Component\HttpFoundation\Request), NULL)\n #23 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\n #24 /app/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)\n #25 /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))\n #26 /app/vendor/autoload_runtime.php(45): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n #27 /app/public/index.php(5): require_once('/app/vendor/aut...')\n #28 {main} """ ] ] ] ] |
| # | Time | Info |
|---|
Schema: default
type Query {
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#query_entities)
to be used for internal use only.
"""
_entities(representations: [_Any!]!): [_Entity]!
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#query_service)
to be used for internal use only.
"""
_service: _Service!
staticContent(id: ID): StaticContent!
staticContents(pagination: PaginationInputN, filters: StaticContentsFiltersInputN): StaticContents
}
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#scalar-_any)
to be used for internal use only.
"""
scalar _Any
"""
Required for
[Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#union-_entity)
to be used for internal use only.
"""
union _Entity = StaticContent
type StaticContent {
"Unique internal identifier."
id: ID!
"name of the Static Content"
name: String!
"category of the Static Content"
category: String!
"Alias of the Static Content"
alias: String!
"Status of the Static Content"
status: String!
"Order of the static Content"
position: Int
"HTML Content for desktop of the Static Content"
desktopContent: String
"HTML Content for mobile of the Static Content"
mobileContent: String
}
type _Service {
sdl: String
}
input PaginationInputN {
page: Int
limit: Int
sorts: [SortInputN]
}
input SortInputN {
field: String!
asc: Boolean!
}
input StaticContentsFiltersInputN {
id: FilterTextMultiple
name: FilterTextMultiple
category: FilterTextMultiple
status: FilterTextMultiple
alias: FilterTextMultiple
createdAt: FilterDateTime
position: FilterNumber
}
input FilterTextMultiple {
op: FilterComparatorTextMultiple!
value: [String]
}
enum FilterComparatorTextMultiple {
IN
}
input FilterDateTime {
op: FilterComparatorDateTime!
value: DateTime
}
enum FilterComparatorDateTime {
EQUAL
NOT_EQUAL
GREATER_THAN
GREATER_THAN_OR_EQUAL
LESS_THAN
LESS_THAN_OR_EQUAL
IS_NULL
IS_NOT_NULL
}
"Format meets [ISO 8601](https:\/\/tools.ietf.org\/html\/rfc3339#section-5.6)."
scalar DateTime
input FilterNumber {
op: FilterComparatorNumber!
value: Float
}
enum FilterComparatorNumber {
EQUAL
NOT_EQUAL
GREATER_THAN
GREATER_THAN_OR_EQUAL
LESS_THAN
LESS_THAN_OR_EQUAL
IS_NULL
IS_NOT_NULL
}
"List of Contents."
type StaticContents {
"Pagination information."
pagination: PaginationData
"Collection of results."
results: [StaticContent!]!
}
"Pagination data"
type PaginationData {
"Total number of elements."
count: Int!
"Total number of pages."
pages: Int!
"Next page number."
next: Int
"Previous page number."
prev: Int
}
type Mutation {
"Create a new Static Content."
createStaticContent(input: CreateStaticContentInput!): StaticContent!
"Update Static Content."
updateStaticContent(id: ID!, input: UpdateStaticContentInput!): StaticContent!
}
input CreateStaticContentInput {
"name of the Static Content"
name: String!
"category of the Static Content"
category: String!
"Alias of the Static Content"
alias: String!
"Status of the Static Content"
status: String!
"Order of the static Content"
position: Int
"HTML Content for desktop of the Static Content"
desktopContent: Upload
"HTML Content for mobile of the Static Content"
mobileContent: Upload
}
scalar Upload
input UpdateStaticContentInput {
"Name of the content"
name: String
"Alias of the user"
alias: String
"Status of the Static Content"
status: String
"Order of the static Content"
position: Int
"HTML Content for desktop of the Static Content"
desktopContent: Upload
"HTML Content for mobile of the Static Content"
mobileContent: Upload
}