Order Return returnLineItems Ids

Hi guys,

I intent to use the returnCreate mutation (returnCreate - GraphQL Admin) and need to know if the ID in the response.returnLineItems.nodes is of type FulfillmentLineItemId. If not what type is it? I want to store some these values in the db for later user.

Thanks!

I think the best way to check the ID is what you expect is to test out the mutation on a dev store to ensure its what you expect.

Otherwise you can see the types here returnCreate - GraphQL Admin