OauthCredentialsConnection
The connection type for OauthCredentials.
type OauthCredentialsConnection {
edges: [OauthCredentialsEdge]
nodes: [OauthCredentials]
pageInfo: PageInfo!
}
Fields
OauthCredentialsConnection.edges ● [OauthCredentialsEdge] list object common
A list of edges.
OauthCredentialsConnection.nodes ● [OauthCredentials] list object common
A list of nodes.
OauthCredentialsConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Member of
Agent object