-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed as not planned
Labels
duplicateAlready present in another issueAlready present in another issuequestionRequest for support or clarificationRequest for support or clarification
Description
Hello,
Please let me know guys, how can i give the images array result on my return.
Query
type GetAllProducts{
id: ID!
title: String
description: String
userId: Int
featured: Int
isFree: Boolean
isBlocked: Boolean
instantBuy: Boolean
groupsId: String
}
Expected Result
"data": {
"getAllProducts": [
{
"id": "10112",
"images": [
"https://res.cloudinary.com/deonpjx2g/image/upload/v1655384211/fileStorage/uploads/products/10112/i9gngghwzzmy9gthckxy.png"
],
"featured": null,
"userId": 10018,
"isFree": true,
"instantBuy": false,
"isBlocked": false,
"title": "etgre",
"description": "ete",
"groupsId": null
},
Metadata
Metadata
Assignees
Labels
duplicateAlready present in another issueAlready present in another issuequestionRequest for support or clarificationRequest for support or clarification