Query
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
Fields
GeneratedAxiom
)
A GeneratedAxiom
Argument | Type | Description |
---|---|---|
id |
Int!
|
The id of the GeneratedAxiom |
Tells whether or not a public key has git access
Argument | Type | Description |
---|---|---|
action |
GitAction!
|
The action to authorize |
keyId |
Int!
|
The ID of the public key for authorization |
repositoryId |
ID!
|
The ID of the repository for authorization |
Language
)
A Language for the given ID
Argument | Type | Description |
---|---|---|
id |
ID!
|
The ID of the Langauge |
LanguageMapping
)
A LanguageMapping for the given ID
Argument | Type | Description |
---|---|---|
id |
Int!
|
The ID of the LangaugeMapping |
LogicMapping
)
A LogicMapping for the given ID
Argument | Type | Description |
---|---|---|
id |
ID!
|
The ID of the LogicMapping |
User
)
The currently signed in user
OrganizationalUnit
)
The organizational unit for the given ID
Argument | Type | Description |
---|---|---|
id |
ID!
|
ID of the organizational unit |
PremiseSelection
)
A PremiseSelection
Argument | Type | Description |
---|---|---|
id |
Int!
|
The id of the PremiseSelection |
ReasonerConfiguration
)
A ReasonerConfiguration
Argument | Type | Description |
---|---|---|
id |
Int!
|
The id of the ReasonerConfiguration |
ReasoningAttempt
)
A ReasoningAttempt
Argument | Type | Description |
---|---|---|
id |
Int!
|
The id of the ReasoningAttempt |
Repository
)
The repository for the given ID
Argument | Type | Description |
---|---|---|
id |
ID!
|
ID of the repository |
SearchResult!
)
Search Ontohub
Argument | Type | Description |
---|---|---|
query |
String!
|
The query string |
Serialization
)
A Serialization for the given ID
Argument | Type | Description |
---|---|---|
id |
ID!
|
The ID of the Serialization |
SignatureMorphism
)
A SignatureMorphism
Argument | Type | Description |
---|---|---|
id |
Int!
|
The id of the SignatureMorphism |
Version!
)
The version of the running backend