GraphQLEntity class

Represents a neo4j graphQL entity. We attempt to extract the relationships and stuff to generate something that's more like what we want, less like the raw graphQL schema

Constructors

GraphQLEntity.new(String name)

Properties

fields List<FieldDefinition>
final
hashCode int
The hash code for this object.
no setterinherited
hasLazyQueries bool
no setter
mixins List<String>
final
name String
final
namePlural String
no setter
ops Set<GraphOpType>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceInterfaces List<String>
final
serviceMixins List<String>
final

Methods

getField(String value) FieldDefinition
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited