-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from gqless/development
react & core features added
- Loading branch information
Showing
93 changed files
with
2,520 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'gqless': patch | ||
--- | ||
|
||
fix selections backup & fix resolved false-positive warn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@gqless/react': patch | ||
--- | ||
|
||
add "usePaginatedQuery" hook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@gqless/cli': patch | ||
--- | ||
|
||
add "usePaginatedQuery" hook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'gqless': patch | ||
--- | ||
|
||
add inlineResolved function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'gqless': patch | ||
--- | ||
|
||
remove normalizedCache from persistence |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: 'inlineresolved' | ||
title: 'Interface: InlineResolved' | ||
sidebar_label: 'InlineResolved' | ||
custom_edit_url: null | ||
hide_title: true | ||
--- | ||
|
||
# Interface: InlineResolved | ||
|
||
## Callable | ||
|
||
▸ **InlineResolved**<TData\>(`fn`: () => TData, `options?`: [_InlineResolveOptions_](inlineresolveoptions.md)<TData\>): TData \| _Promise_<TData\> | ||
|
||
#### Type parameters: | ||
|
||
| Name | Default | | ||
| :------ | :-------- | | ||
| `TData` | _unknown_ | | ||
|
||
#### Parameters: | ||
|
||
| Name | Type | | ||
| :--------- | :-------------------------------------------------------- | | ||
| `fn` | () => TData | | ||
| `options?` | [_InlineResolveOptions_](inlineresolveoptions.md)<TData\> | | ||
|
||
**Returns:** TData \| _Promise_<TData\> | ||
|
||
Defined in: [packages/gqless/src/Client/resolvers.ts:196](https://github.com/gqless/gqless/blob/master/packages/gqless/src/Client/resolvers.ts#L196) |
Oops, something went wrong.
ad59aed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: