You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may seems little bit weird, but we need that schema.
So, I wanna get commonParam and id(or paging) arguments in my DataLoader.
But I don't know how to get it.
// it doesn't work@DgsData(parentType = "AType", field = "b.cType")
funcType() {
// ...
}
// can't get commonParam@DgsData(parentType = "BType", field = "cType")
funcType(
@InputArgumentid: Long
) {
// ...
}
Maybe I have to pickup second way(cause first way doesn't work), but I don't know how to get commonParam.
I was tried to use DgsDataFetchingEnvironment, It seems like impossible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make schema like below
It may seems little bit weird, but we need that schema.
So, I wanna get
commonParamandid(or paging)arguments in my DataLoader.But I don't know how to get it.
Maybe I have to pickup second way(cause first way doesn't work), but I don't know how to get
commonParam.I was tried to use
DgsDataFetchingEnvironment, It seems like impossible.Beta Was this translation helpful? Give feedback.
All reactions