mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
10 lines
129 B
TypeScript
10 lines
129 B
TypeScript
import { gql } from 'graphql-request'
|
|
|
|
export const getPublicKey = gql`
|
|
query {
|
|
getPublicKey {
|
|
publicKey
|
|
}
|
|
}
|
|
`
|