OBJECT

FinOpsAwsAccountConnection

The connection type for AWS Account

link GraphQL Schema definition

  • type FinOpsAwsAccountConnection implements Connection {
  • # "Count of elements in the current page"
  • count: Int!
  • # Contains all edges.
  • edges: [FinOpsAwsAccountEdge!]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The total number of unpaginated nodes in the connection.
  • totalCount: Int
  • }