OauthCredentialsEdge
An edge in a connection.
type OauthCredentialsEdge {
cursor: String!
node: OauthCredentials
}
Fields
OauthCredentialsEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
OauthCredentialsEdge.node ● OauthCredentials object common
The item at the end of the edge.
Member of
OauthCredentialsConnection object