gql.preparation.FieldInfo
final case class FieldInfo[
G[
_],
C](
name:
String,
alias:
Option[
String],
args:
Option[
Arguments[
C,
AnyValue]],
tpe:
InverseModifierStack[
TypeInfo[
G,
C]],
directives:
Option[
Directives[
C,
AnyValue]],
caret:
C,
path:
Cursor)
Attributes
-
Source
-
FieldCollection.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Show all