Package graphql.schema.diffing
Class Vertex
java.lang.Object
graphql.schema.diffing.Vertex
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
<T> T
getName()
<T> T
getProperty
(String name) getType()
boolean
boolean
boolean
boolean
static Vertex
newIsolatedNode
(String debugName) newIsolatedNodes
(int count, String debugName) void
setBuiltInType
(boolean builtInType) toData()
toString()
-
Constructor Details
-
Vertex
-
-
Method Details
-
newIsolatedNode
-
newIsolatedNodes
-
isIsolated
public boolean isIsolated() -
add
-
getType
-
get
-
getProperty
-
getName
-
getProperties
-
getDebugName
-
isOfType
-
isEqualTo
-
isBuiltInType
public boolean isBuiltInType() -
setBuiltInType
public void setBuiltInType(boolean builtInType) -
toString
-
toData
-