issues Search Results · repo:graphile-contrib/pg-order-by-related language:JavaScript
Filter by
20 results
(73 ms)20 results
ingraphile-contrib/pg-order-by-related (press backspace or delete to remove)Great plugin! Was seeing if we could use it to make sorting tabular data we retrieve across relations easier to
implement.
Tried it out with UUID primary keys and was seeing the error below:
Query
query ...
LrWm3
- 2
- Opened on Oct 4, 2021
- #35
Hi, wondering if there is a way to make this work on a subset of related fields? Something like:
query MyQuery {
allUsers(
orderBy: POSTS_BY_USER_ID_MAX_LAS_VIEWED_ASC // but only take into account ...
question
ltamrazov
- 2
- Opened on Sep 14, 2021
- #33
Hello there,
I was wondering if this plugin could work with deeply nested unique relationships, eg :
create table user (
id text not null primary key,
name text not null unique
);
create table ...
Eldow
- Opened on Sep 2, 2021
- #32
I m submitting a ... !-- check one with x --
- [ ] bug report
- [ ] feature request
- [x] question !-- alternatively, ask on Discord (http://discord.gg/graphile) --
Versions:
Postgres (via Docker): ...
evolkmann
- 5
- Opened on May 30, 2020
- #26
I m submitting a ... !-- check one with x --
- [ ] bug report
- [ ] feature request
- [x ] question !-- alternatively, ask on Discord (http://discord.gg/graphile) --
PostGraphile version: postgraphile@4.5.0 ...
Mattusdk
- 8
- Opened on Apr 16, 2020
- #25
Ordering by a timestamp column such as updated_at doesn t work as the plugin appears to be evaluating the text of the
field instead of the actual time.
nickreese
- Opened on Apr 3, 2020
- #24
I use graphile/pg-simplify-inflector. It would be nice if the enums would also be simplified by this plugin.
simon-zumbrunnen
- Opened on Dec 6, 2019
- #21
When i order by a related record, the edges.pageInfo child of all the records, has some incorrect meta data.
The endCursor, startCursor and hasNextPage are null, and no results are returned, even though ...
jcfinnerup
- 8
- Opened on Aug 2, 2019
- #19
Is there any way to make the ordering of strings case insensitive :) ?
jcfinnerup
- 2
- Opened on Aug 1, 2019
- #18

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.