IsOperation

@implicitNotFound("Your selection is not a root type.\n\nYou can only transform a SelectionBuilder into a GraphQL request if it\'s a root query, mutation or subscription.\n") trait IsOperation[A]

Typeclass used to enforce that we can only create a request for one of the root fields.

Typeclass used to enforce that we can only create a request for one of the root fields.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def operationName: String