OBJECT
CreditSurveySubmissionEdge
An edge in a connection.
link GraphQL Schema definition
- type CreditSurveySubmissionEdge {
- # The item at the end of the edge.
- : CreditSurveySubmission
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type CreditSurveySubmissionEdge {
- # The item at the end of the edge.
- : CreditSurveySubmission
- # A cursor for use in pagination.
- : Cursor!
- }