Uh oh!
There was an error while loading. Please reload this page.
LHK-590 Added modern GraphQL Relay sample project with React - #420
Conversation
xperiandri
commented
Jan 18, 2023
@andriilula please, review too |
xperiandri
commented
Jan 18, 2023
@okhorsunenko-lula, @andriilula do we need |
@okhorsunenko-lula let's format fields =[
Define.Field("hasNextPage", Boolean,"When paginating forwards, are there more items?",fun _ pageInfo -> pageInfo.HasNextPage)
Define.Field("hasPreviousPage", Boolean,"When paginating backwards, are there more items?",fun _ pageInfo -> pageInfo.HasPreviousPage)
Define.Field("startCursor", Nullable String,"When paginating backwards, the cursor to continue.",fun _ pageInfo -> pageInfo.StartCursor)
Define.Field("endCursor", Nullable String,"When paginating forwards, the cursor to continue.",fun _ pageInfo -> pageInfo.EndCursor)])or fields =[ Define.Field("hasNextPage", Boolean,"When paginating forwards, are there more items?",fun _ pageInfo -> pageInfo.HasNextPage)
Define.Field("hasPreviousPage", Boolean,"When paginating backwards, are there more items?",fun _ pageInfo -> pageInfo.HasPreviousPage)
Define.Field("startCursor", Nullable String,"When paginating backwards, the cursor to continue.",fun _ pageInfo -> pageInfo.StartCursor)
Define.Field("endCursor", Nullable String,"When paginating forwards, the cursor to continue.",fun _ pageInfo -> pageInfo.EndCursor)])What Fantomas will do? |
xperiandri
commented
Jan 20, 2023
@okhorsunenko-lula so will you replace the old Relay folder content with content from the modern Relay? |
There was a problem hiding this comment.
@okhorsunenko-lula, looks good!
Fixing a few comments and a workflow update left
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
68f05dc to
b9e3efdCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ea82c58 to
7d7e265Compare7d7e265 to
75022b9Comparexperiandri
commented
Jan 24, 2023
@okhorsunenko-lula test Relay again. I made |
Uh oh!
There was an error while loading. Please reload this page.
xperiandri
commented
Jan 27, 2023
@okhorsunenko-lula we need to test the sample manually again. Then we can merge |
@xperiandri tested, looks good and works, attaching the screenshot |
7daca9f to
ca221a8Compare…cts#420) Co-authored-by: Andrii Chebukin <andrii@lula.is>
…cts#420) Co-authored-by: Andrii Chebukin <andrii@lula.is>
Co-authored-by: Andrii Chebukin <andrii@lula.is>
…cts#420) Co-authored-by: Andrii Chebukin <andrii@lula.is>

No description provided.