hey everyone,
I have an array where i can't read the values from it.
i have:
- const interfaces: string = this.transformArray(product.interfaces);
- console.log(product.interfaces)
- console.log(interfaces)
- [
- {
- amount: null,
- interface: [ [Object] ],
- __typename: 'interfaces_interface_BlockType'
- },
- {
- amount: null,
- interface: [ [Object] ],
- __typename: 'interfaces_interface_BlockType'
- },
- {
- amount: null,
- interface: [ [Object] ],
- __typename: 'interfaces_interface_BlockType'
- },
- {
- amount: null,
- interface: [ [Object] ],
- __typename: 'interfaces_interface_BlockType'
- }
- ]
- undefined, undefined, undefined, undefined
Can anyone help me pls?
Greetings
Veerendra AnnigerePosted Feb 24, 2021, 2:37 PM
Kiran MohantyPosted Feb 24, 2021, 1:30 PM