TableFieldAttribute

gql.relational.QueryAlgebra.TableFieldAttribute
trait TableFieldAttribute[G[_], A, B, ArgType, Q] extends FieldAttribute[Pure], AnyQueryAttribute[G, B]

Attributes

Source
QueryAlgebra.scala
Graph
Supertypes
trait AnyQueryAttribute[G, B]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def arg: EmptyableArg[ArgType]

Attributes

Source
QueryAlgebra.scala

Attributes

Source
QueryAlgebra.scala
def query(value: A, argument: ArgType): Query[G, Q]

Attributes

Source
QueryAlgebra.scala