Ability to control the name of connection and edge types
See original GitHub issueIt is currently not possible to control the names of the types generated by the connection plugin, specifically the connection and edge types. When extended, these types add an _
between the base field name and Edge
or Connection
, resulting in types named like WorkspaceUser_Edge
or WorkspaceUser_Connection
. It would be desirable to have these be named WorkspaceUserEdge
and WorkspaceUserConnection
, respectively.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Explaining GraphQL Connections - Apollo GraphQL Blog
The circles in the graph are called “nodes” and the lines of the graph are called “edges.” An edge is a line that...
Read more >Pagination | GraphQL
The ability to ask for information about the edge itself, like cursor or friendshipTime . The ability to change how our backend does...
Read more >What is an Edge Device? - TechTarget
An edge device is any piece of hardware that controls data flow at the boundary between two networks. Edge devices fulfill a variety...
Read more >Failed to assume control of Edge or Chrome or Firefox error
Provides a resolution to the error that occurs when running a desktop flow that has a "Launch browser" action in Power Automate.
Read more >GraphQL Cursor Connections Specification - Relay
A “Connection Type” must contain a field called edges . This field must return a list type that wraps an edge type, where...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think this could be useful, will look into adding something like this along with some other Connection fixes I’m planning on adding before 1.0
@tgriesser, just opened #744. Thanks!