All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expediagroup.graphql.generator.federation.validation.FieldSetSelection.kt Maven / Gradle / Ivy

There is a newer version: 8.2.1
Show newest version
package com.expediagroup.graphql.generator.federation.validation

/**
 * Simple representation of a FieldSet selection set.
 */
internal data class FieldSetSelection(val field: String, val subSelections: MutableList = ArrayList())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy