Skip to main content

server

Get server metadata and available authentication methods.

This query does not require authentication and is intended to be the first call a client makes. Use the response to determine which login methods to present and to verify API compatibility via the server version.

query {
server {
version
mode
appUrl
ssoProviders {
name
loginUrl
uiLabel
uiIconUrl
}
emailAuthMethods {
name
}
}
}
server: Server!

Type​

Server object​

Information about the Massdriver server you are connected to.

Use this to discover the server's version, deployment mode, and available authentication methods. This is typically the first query a client makes to determine how to render the login screen and check API compatibility.