externalaccounts

Arguments

  • after
    Returns the elements in the list that come after the specified cursor.
  • first
    Returns the first _n_ elements from the list.
  • before
    Returns the elements in the list that come before the specified cursor.
  • last
    Returns the last _n_ elements from the list.

Returns

ExternalAccountConnection!
ExternalAccountConnection!
Collapse