You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
When setting up a node with a name specified using the name option in the Meta class the type of the Connection and Edge type associated still use the Node class name as base name.
When setting up a node with a name specified using the
name
option in theMeta
class the type of the Connection and Edge type associated still use the Node class name as base name.For example if you do:
The exposed types will be
Category
,CategoryNodeConnection
andCategoryNodeEdge
.What is the expected behavior?
I would have expected that the types would be:
Category
,CategoryConnection
andCategoryEdge
.Environment:
Other information
This is due to this line which should be instead:
The text was updated successfully, but these errors were encountered: