Closed Avihuc closed 8 months ago
You should use CreateDeltaGetResponseFromDiscriminatorValue
instead of CreateMessageCollectionResponseFromDiscriminatorValue
import "github.com/microsoftgraph/msgraph-sdk-go/users"
// ...
iterator, err := graphcore.NewPageIterator[*models.User](
res,
client.GetAdapter(),
users.CreateDeltaGetResponseFromDiscriminatorValue,
)
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.