Skip to content

Instantly share code, notes, and snippets.

View fraol19's full-sized avatar

Fraol fraol19

  • Addis Ababa
View GitHub Profile
@fraol19
fraol19 / Schedulable.php
Created October 15, 2020 17:44 — forked from davidpiesse/Schedulable.php
Laravel Custom Class/Model Scheduling
<?php
//Don't forget to change the namespace!
namespace App\Traits;
use Cron\CronExpression;
use Illuminate\Support\Carbon;
use Illuminate\Console\Scheduling\ManagesFrequencies;
trait Schedulable{
# Autogenerated input type of AddComment
input AddCommentInput {
# A unique identifier for the client performing the mutation.
clientMutationId: String
# The Node ID of the subject to modify.
subjectId: ID!
# The contents of the comment.
body: String!