Type Alias MutationCreatePolicyArgs

MutationCreatePolicyArgs: {
    input: PolicyInput;
    organization: Scalars["String"]["input"];
}