Signature
A signautre of an OMS is a container for the OMS's symbols
Fields
asJson (
String!
)
The signature's symbols in JSON
id (
Int!
)
The ID of this signature
oms (
[OMS!]!
)
OMS that have this signature
signatureMorphisms (
[SignatureMorphism!]!
)
The SignatureMorphisms of which this Signature is the target
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of entries to list The default value is |
origin |
LinkOrigin
|
Specifies which end of the link the current Signature is The default value is |
skip |
Int
|
Skip the first n entries The default value is |
symbols (
[Symbol!]!
)
The Symbols of this Signature
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of entries to list The default value is |
origin |
SymbolOrigin
|
Whether or not only (non-)imported Symbols should be retrieved The default value is |
skip |
Int
|
Skip the first n entries The default value is |