JobResult - admin-graphql - INTERFACE
Version: 2025-01
Description:
A job corresponds to some long running task that the client should poll for status.
Access Scopes
Fields
-
done:
Boolean! -
This indicates if the job is still queued or has been run.
-
id:
ID! -
A globally-unique ID that's returned when running an asynchronous mutation.
Connections
Types implemented in
Examples