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

caliban.federation.v2x.FederationDirectivesV2_3.scala Maven / Gradle / Ivy

The newest version!
package caliban.federation.v2x

import caliban.parsing.adt.Directive
import caliban.schema.Annotations.GQLDirective

trait FederationDirectivesV2_3 {
  case class GQLInterfaceObject() extends GQLDirective(InterfaceObject)

  val InterfaceObject = Directive("interfaceObject")

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy