gameModelDeleteEdge
Delete a directed relationship edge between two containers. Allowed for an app admin or the owner of the source (from) container. Requires a valid token. DESTRUCTIVE. Returns true if an edge was deleted.
gameModelDeleteEdge(
appId: BigInt!
edgeId: String!
): Boolean!
Arguments
gameModelDeleteEdge.appId ● BigInt! non-null scalar
The app (tenant) that owns the edge.
gameModelDeleteEdge.edgeId ● String! non-null scalar
The edge UUID to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.