mgsmus
$totalConnection = [
'query' => '{
S_products(first: 100, search: "' . $search . '") {
edges {
node {
id
name
slug
}
}
}
}'
];
$url = self::API_URL . 'graphql/';
$response = Http::withToken(cache()->get(self::CACHE_TOKEN))->post($url, $totalConnection);
https://api.eneba.com/documentation/api-reference/query/s-products/ Buraya Bu şekilde sorgu attım abi ama buraya bir türlü olmadı. Teşekkür ederim.