Index

data class Index(val value: Int) : GraphQLPathSegment(source)

A zero-based list index on the response path.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

The zero-based position within a list field.