AcmeChallenge
No description
type AcmeChallenge {
authorizationUrl: URL!
certificate: ID
challengeKey: String!
challengeUrl: URL!
client: ID!
company: ID!
createdAt: Date!
dnsChallenge: ID!
domain: String!
expiresAt: Date!
finalize: URL!
forNodeEnv: NodeEnv!
group: String!
id: ID!
status: AcmeChallengeStatus!
type: String!
}