#[derive(OperationArgs)]
{
// Attributes available to this derive:
#[arg]
}
Expand description
impl OperationArgs: the schema of every field, from its
#[arg(<ArgKind expression>)] and its doc comment.
#[derive(OperationArgs)]
{
// Attributes available to this derive:
#[arg]
}
impl OperationArgs: the schema of every field, from its
#[arg(<ArgKind expression>)] and its doc comment.