class CreateCommand(graphene.Mutation):
    # pylint: disable =  unused-argument, no-self-use, too-many-arguments
    '''
        Class to create a new Calibration Command object on bata base
    '''