question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ability to control the name of connection and edge types

See original GitHub issue

It 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
tgriessercommented, Dec 3, 2020

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

0reactions
miguelollercommented, Dec 18, 2020

@tgriesser, just opened #744. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found