OBJECT
SolutionTemplateEntityEdge
A Relay edge containing a SolutionTemplateEntity and its cursor.
link GraphQL Schema definition
- type SolutionTemplateEntityEdge {
- # The item at the end of the edge
- : SolutionTemplateEntity
- # A cursor for use in pagination
- : String!
- }