OBJECT

AnalyticsFieldsConnection

Connection Type for AnalyticsField

link GraphQL Schema definition

  • type AnalyticsFieldsConnection {
  • # List of nodes
  • nodes: [AnalyticsField!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by

This element is not required by anyone